summary refs log tree commit diff stats
path: root/install.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-08 01:29:15 +0200
committerAraq <rumpf_a@web.de>2011-07-08 01:29:15 +0200
commit99bcc233cd8fb3bb9b6f3f0857e477dd9b33c9e8 (patch)
tree2259a14b53ec4fc6f8dedc311eb5e6b837f44180 /install.txt
parent170573a87f0df749bdb91126c930826ba5329e95 (diff)
downloadNim-99bcc233cd8fb3bb9b6f3f0857e477dd9b33c9e8.tar.gz
bugfix: 'set' overloadable; further steps for multi threading support
Diffstat (limited to 'install.txt')
-rwxr-xr-xinstall.txt6
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