diff options
author | Varriount <Varriount@users.noreply.github.com> | 2015-01-17 13:48:05 -0500 |
---|---|---|
committer | Varriount <Varriount@users.noreply.github.com> | 2015-01-17 13:48:05 -0500 |
commit | 9847f762e4bc6e01a3303b42a48d576a6751477d (patch) | |
tree | e38b4fbff6124c0fab5f0e5a4bbefd34bf33a776 /install.bat.template | |
parent | 5d013cd626d9211bb927fe58bbcf6e03031492c8 (diff) | |
parent | 23c87d4e258c161f45b4fe4c89d832ad5fc116ba (diff) | |
download | Nim-9847f762e4bc6e01a3303b42a48d576a6751477d.tar.gz |
Merge pull request #1951 from noway421/bootstrap-install-docs-fix
Documented faster way to bootstrap-build Nim
Diffstat (limited to 'install.bat.template')
-rwxr-xr-x | install.bat.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.bat.template b/install.bat.template new file mode 100755 index 000000000..f49c898cc --- /dev/null +++ b/install.bat.template @@ -0,0 +1,6 @@ + +if not "%1"=="" ( + ./koch install %1 +) else ( + ./koch install +) |