X-Git-Url: http://nitlanguage.org diff --git a/README b/README index c3e7c1b..2b4e22e 100644 --- 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,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: