Skip to content

Commit 252884d

Browse files
committed
Pick up editorial changes from #5
1 parent f0b3af1 commit 252884d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ You can build a preview version of this site locally. On Mac, this can be done w
1212

1313
```sh
1414
$ npm install
15-
$ npx antora antora-playbook-local.yml
15+
$ npx antora --fetch antora-playbook-local.yml
1616
$ open build/site/index.html
1717
```
1818

19-
**IMPORTANT:** If you change the content of the wrapper page (`docs/modules/ROOT/...`), you must commit those changes to git (at least locally) before rebuilding the site. Antora does not pay attention to the contents of the git working directory.
19+
**IMPORTANT:** If you change the content of the wrapper page (`docs/modules/ROOT/...`), you must commit those changes to git (at least locally) before rebuilding the site. Antora does not pay attention to the contents of the Git working directory.
2020

2121
The preview site will incorporate content from the other technical specification repositories as found on github.com.

0 commit comments

Comments
 (0)