diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-01-19 11:05:52 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-01-19 11:05:52 +0100 |
commit | 7d5e965dc8887becd0477680746e2522fa21988b (patch) | |
tree | 9cf4fd34729033fe9848f8eaad03b1b56a8671ea | |
parent | 38da317e5d40ae2225a18945c5c4a3f3b617390b (diff) | |
download | Nim-7d5e965dc8887becd0477680746e2522fa21988b.tar.gz |
minor install.txt update
-rw-r--r-- | install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.txt b/install.txt index 55e8d8ce5..67be2221b 100644 --- a/install.txt +++ b/install.txt @@ -9,7 +9,7 @@ should be in your ``$PATH`` (most likely the case). Note that some few Linux distributions do not ship with a GCC compiler preinstalled - then you have to install it. -Install Nim by downloading the appropriate ``.zip`` file and extracting it +Install Nim by downloading the appropriate ``.tar.xz`` file and extracting it to a directory of your choice. The Nim Compiler will stay in this directory (unless you copy it somewhere else). The compiler does not need write access to its directory, so copying the nim folder to ``/opt`` |