lib/string_exp/utf8: Introducing UTF-8 basics for String.
[nit.git] / README
diff --git a/README b/README
index 9c585a6..d1f2ae8 100644 (file)
--- a/README
+++ b/README
@@ -56,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: