We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c917f2 commit 483a4d1Copy full SHA for 483a4d1
README.adoc
@@ -17,14 +17,12 @@ NOTE: Read the link:https://wiki.jmonkeyengine.org/docs-wiki/3.4/wiki_contributo
17
18
== Build & Preview
19
20
-To set up the Antora environment, you'll need Nodejs (tested with node 12).
+To set up the Antora environment, you'll need Node.js and Nvm.
21
22
-From your local wiki directory.
23
-
24
-Run:
+From your local wiki directory, run:
25
```
26
npm install
27
-npm run buildDocs
+npx antora wiki-playbook.yml
28
29
30
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