diff options
author | Araq <rumpf_a@web.de> | 2011-07-08 01:29:15 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-07-08 01:29:15 +0200 |
commit | 99bcc233cd8fb3bb9b6f3f0857e477dd9b33c9e8 (patch) | |
tree | 2259a14b53ec4fc6f8dedc311eb5e6b837f44180 /install.txt | |
parent | 170573a87f0df749bdb91126c930826ba5329e95 (diff) | |
download | Nim-99bcc233cd8fb3bb9b6f3f0857e477dd9b33c9e8.tar.gz |
bugfix: 'set' overloadable; further steps for multi threading support
Diffstat (limited to 'install.txt')
-rwxr-xr-x | install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install.txt b/install.txt index 9eed69e54..345a6846c 100755 --- a/install.txt +++ b/install.txt @@ -45,9 +45,9 @@ manually. An alternative is to create a symbolic link in ``/usr/bin``:: [sudo] ln -s $your_install_dir/bin/nimrod /usr/bin/nimrod -From version 0.7.10 onwards ``install.sh`` and ``deinstall.sh`` scripts are -provided for distributing the files over the UNIX hierarchy. However, -updating your Nimrod installation is more cumbersome then. +There are also ``install.sh`` and ``deinstall.sh`` scripts for distributing +the files over the UNIX hierarchy. However, updating your Nimrod installation +is more cumbersome then. Installation on the Macintosh |