Skip to content

Commit 483a4d1

Browse files
authored
README.adoc: update/correct the build procedure (#178)
1 parent 5c917f2 commit 483a4d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ NOTE: Read the link:https://wiki.jmonkeyengine.org/docs-wiki/3.4/wiki_contributo
1717

1818
== Build & Preview
1919

20-
To set up the Antora environment, you'll need Nodejs (tested with node 12).
20+
To set up the Antora environment, you'll need Node.js and Nvm.
2121

22-
From your local wiki directory.
23-
24-
Run:
22+
From your local wiki directory, run:
2523
```
2624
npm install
27-
npm run buildDocs
25+
npx antora wiki-playbook.yml
2826
```
2927

3028
This will install the needed dependencies and run the static site generator. The documentation will be output to the directory `build/site`.

0 commit comments

Comments
 (0)