diff --git a/doc/intern.rst b/doc/intern.rst index f8bb074e456..f71c7b10c8d 100644 --- a/doc/intern.rst +++ b/doc/intern.rst @@ -250,7 +250,7 @@ The new runtime is active `when defined(nimV2)`. Coding Guidelines ================= -* We follow |NimSkull|'s official style guide, see ``_. +* We follow |NimSkull|'s official style guide, see ``_. * Max line length is 100 characters. * Provide spaces around binary operators if that enhances readability. * Use a space after a colon, but not before it. diff --git a/readme.md b/readme.md index 26ff10e3a89..7449eadf220 100644 --- a/readme.md +++ b/readme.md @@ -143,6 +143,8 @@ git clone https://github.com/nim-works/nimskull.git cd nimskull ./koch.py boot -d:release ./koch.py tools -d:release + Build all nimSkull documentation +./koch.py docs -d: release ``` Finally, once you have finished the build steps (on Windows, Mac, or Linux) you