ni_nitdoc: added --private option
[nit.git] / README
diff --git a/README b/README
index 3c91315..b2412fc 100644 (file)
--- a/README
+++ b/README
@@ -17,6 +17,10 @@ Requirement:
        
        * gcc           http://gcc.gnu.org/
 
+Optionals tools:
+
+       * ccache        http://ccache.samba.org/        to improve recompilation
+       * dot           http://www.graphviz.org/        to enable graphes with the nitdoc tool
 
 Important files and directory:
 
@@ -30,6 +34,7 @@ Important files and directory:
        doc/            Documentation
        examples/       Program examples written in Nit
        LICENCE         License of the software
+       misc/           Some additional file for commons text editors and tools
        tests/          Non-regression test-suite
        lib/            Nit standard library
        Makefile        Bootstrap the Nit tools