瀏覽代碼

README.adoc: update/correct the build procedure (#178)

Stephen Gold 8 月之前
父節點
當前提交
483a4d1df7
共有 1 個文件被更改,包括 3 次插入5 次删除
  1. 3 5
      README.adoc

+ 3 - 5
README.adoc

@@ -17,14 +17,12 @@ NOTE: Read the link:https://wiki.jmonkeyengine.org/docs-wiki/3.4/wiki_contributo
 
 == Build & Preview
 
-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.
 
-From your local wiki directory.
-
-Run:
+From your local wiki directory, run:
 ```
 npm install
-npm run buildDocs
+npx antora wiki-playbook.yml
 ```
 
 This will install the needed dependencies and run the static site generator. The documentation will be output to the directory `build/site`.