misc/jenkins: fix checklicense.sh
[nit.git] / README
diff --git a/README b/README
index 9c585a6..2b4e22e 100644 (file)
--- a/README
+++ b/README
@@ -56,6 +56,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: