never was documented anyway

This commit is contained in:
Araq
2016-11-07 00:56:47 +01:00
parent 52bb696cd4
commit 8b30506f72

View File

@@ -1,20 +0,0 @@
#!/bin/sh
set -e
set -x
if [ ! -e csources/.git ]; then
git clone --depth 1 https://github.com/nim-lang/csources.git csources
fi
cd "csources"
sh build.sh
cd ".."
./bin/nim c koch
./koch boot -d:release
./koch geninstall
set +x
echo
echo 'Install Nim using "./install.sh <dir>" or "sudo ./install.sh <dir>".'