lib/bufferized_ropes: Added methods to handle creation of a new node in a Rope.
[nit.git] / README
diff --git a/README b/README
index c3e7c1b..d1f2ae8 100644 (file)
--- a/README
+++ b/README
@@ -21,11 +21,10 @@ Requirement:
        * libgc-dev     http://www.hpl.hp.com/personal/Hans_Boehm/gc/
        * graphviz      http://www.graphviz.org/        to enable graphes with the nitdoc tool
        * libunwind     http://nongnu.org/libunwind
-       * gperf         http://gnu.org/software/gperf   to enable mapping from C to Nit function names in a stack trace
 
 Those are available in most linux distributions
 
-    # sudo apt-get install build-essential ccache libgc-dev graphviz libunwind gperf
+    # sudo apt-get install build-essential ccache libgc-dev graphviz libunwind
 
 Important files and directory:
 
@@ -57,6 +56,11 @@ How to start:
     $ bin/nitc examples/hello_world.nit
     $ ./hello_world
 
+Using bash completion with Nit tools:
+
+    $ bin/nitc --bash-completion
+    $ ln -s /absolute/path/to/bin/nitc.bash ~/.bash_completion/nitc
+    $ . ~/.bash_completion/nitc
 
 More information: