summary refs log tree commit diff stats
path: root/readme.md
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-10-24 17:22:31 +0200
committerAraq <rumpf_a@web.de>2016-10-24 17:41:02 +0200
commitceb30d7a0e3efb697d710e96add2633644dd7845 (patch)
treeca6ff64266778b35ae448ee635bec53437b6fa31 /readme.md
parentcceb6c625c3e2f410b8835f3cb4e5b36c487189e (diff)
downloadNim-ceb30d7a0e3efb697d710e96add2633644dd7845.tar.gz
document the new way of doing things; refs #4934
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 36d1ab0f9..b4a484f60 100644
--- a/readme.md
+++ b/readme.md
@@ -27,7 +27,8 @@ To build from source you will need:
     are: clang, Visual C++, Intel's C++ compiler
   * git or wget
 
-**Note:** When installing ``gcc`` on Ubuntu (and likely other distros) ensure that the ``build-essentials`` package is installed also.
+**Note:** When installing ``gcc`` on Ubuntu (and likely other distros) ensure
+that the ``build-essentials`` package is installed also.
 
 If you are on a fairly modern *nix system, the following steps should work:
 
@@ -58,7 +59,7 @@ source based installations where you added Nim's ``bin`` directory to your PATH
 the easiest way of installing Nimble is via:
 
 ```
-$ nim e install_nimble.nims
+$ koch nimble
 ```
 
 ## Community