X-Git-Url: http://nitlanguage.org diff --git a/README b/README index d1f2ae8..2b4e22e 100644 --- a/README +++ b/README @@ -56,11 +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: - $ bin/nitc --bash-completion - $ ln -s /absolute/path/to/bin/nitc.bash ~/.bash_completion/nitc - $ . ~/.bash_completion/nitc + $ echo source /absolute/path/to/misc/bash_completion/nit >> ~/.bash_completion + $ source ~/.bash_completion More information: