Skip to content

Commit

Permalink
README.adoc: update/correct the build procedure (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Dec 29, 2024
1 parent 5c917f2 commit 483a4d1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 483a4d1

Please sign in to comment.