nim-wiki/Bootstrapping.textile

6 lines
172 B
Plaintext

To bootstrap from github, you have to do:
* <code>./build.sh</code> or <code>build.bat</code> (Windows)
* <code>nimrod c koch</code>
* <code>koch boot [-d:release]</code>