summary refs log tree commit diff stats
path: root/install.bat.template
diff options
context:
space:
mode:
authorVarriount <Varriount@users.noreply.github.com>2015-01-17 13:48:05 -0500
committerVarriount <Varriount@users.noreply.github.com>2015-01-17 13:48:05 -0500
commit9847f762e4bc6e01a3303b42a48d576a6751477d (patch)
treee38b4fbff6124c0fab5f0e5a4bbefd34bf33a776 /install.bat.template
parent5d013cd626d9211bb927fe58bbcf6e03031492c8 (diff)
parent23c87d4e258c161f45b4fe4c89d832ad5fc116ba (diff)
downloadNim-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-xinstall.bat.template6
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
+)