diff --git a/src/docs_src/Generating_Documentation.md b/src/docs_src/Generating_Documentation.md index 3606aaf..8d8cf1f 100644 --- a/src/docs_src/Generating_Documentation.md +++ b/src/docs_src/Generating_Documentation.md @@ -2,7 +2,7 @@ In order to generate documentation, you'll need Python and `pip` installed. -To generate documentation with [codox](https://github.com/weavejester/codox), run `scripts/GenerateDocs.sh`in the command line from the `scripts` directory. +To generate documentation with [codox](https://github.com/weavejester/codox), run `scripts/GenerateDocs.sh` in the command line from the `scripts` directory. To make the script executable, you may need to first run `chmod +x GenerateDocs.sh`. This will run "lein codox" on the command line to generate first batch of HTMl files. Then, it runs FunctionsToMD to take Push instructions generated by `def-instruction` and spit it out to a Markdown file.