neo_doxygen: Link inner classes with their outer classes.
[nit.git] / README
diff --git a/README b/README
index 9c585a6..adb80ee 100644 (file)
--- a/README
+++ b/README
@@ -17,6 +17,7 @@ Some Nit features:
 Requirement:
 
        * gcc           http://gcc.gnu.org/
+       * pkg-config    http://www.freedesktop.org/wiki/Software/pkg-config/
        * ccache        http://ccache.samba.org/        to improve recompilation
        * libgc-dev     http://www.hpl.hp.com/personal/Hans_Boehm/gc/
        * graphviz      http://www.graphviz.org/        to enable graphes with the nitdoc tool
@@ -24,7 +25,7 @@ Requirement:
 
 Those are available in most linux distributions
 
-    # sudo apt-get install build-essential ccache libgc-dev graphviz libunwind
+    # sudo apt-get install build-essential ccache libgc-dev graphviz libunwind pkg-config
 
 Important files and directory:
 
@@ -56,6 +57,12 @@ How to start:
     $ bin/nitc examples/hello_world.nit
     $ ./hello_world
 
+You can put the `bin/` directoty in your PATH
+
+Using bash completion with Nit tools:
+
+    $ echo source /absolute/path/to/misc/bash_completion/nit >> ~/.bash_completion
+    $ source ~/.bash_completion
 
 More information: