1
0
Fork 0

clarify where to exec build.sh (#2877)

This commit is contained in:
Manuel B 2017-07-26 13:25:17 +02:00 committed by Frank Celler
parent 6b24529a75
commit d8c349143e
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ Generate users documentation
============================
If you've edited examples, see below how to regenerate them with `./utils/generateExamples.sh`.
If you've edited REST (AKA HTTP) documentation, first invoke `./utils/generateSwagger.sh`.
Run `arangodb/Documentation/Books/build.sh` to generate it.
Run `cd Documentation/Books && ./build.sh` to generate it.
The documentation will be generated in subfolders in `arangodb/Documentation/Books/books` -
use your favorite browser to read it.