You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by ti...@apache.org on 2019/12/02 20:24:21 UTC

[db-jdo-site] 02/02: Update README.md

This is an automated email from the ASF dual-hosted git repository.

tilmannz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git

commit 3943cef95ff37ffb185c33e18e0dd61563def9e3
Author: Tilmann <zo...@gmx.de>
AuthorDate: Mon Dec 2 20:23:57 2019 +0000

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c4589da..19ca5e1 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ This repository contains the JDO website source.
 
  * The ASCIIDOC sources can be found in src/main/asciidoc
  * The website menu is defined in src/main/template
- * The website can be build with `mvn clean build`. This generates html files in `target/site`. These need to be copied manually into the docs `folder` where they should be immediately visible on the website (you may have to refresh the browser).
+ * The website can be build with `mvn clean build`. This generates html files in `target/site`. These need to be copied manually into the `docs` folder. Then, after `git commit` and `git push`, they should be visible on the website (you may have to refresh the browser). Alternatively, the generated files can of course be viwed locally with a web browser.
  * The converter for migrating the old html files to asciidoc can be found in src/main/java
 
 ### TODO Asciidoc