final tt updates
[emacs-init.git] / README
diff --git a/README b/README
index 3db29a4..356bcff 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,15 @@
-Install the required ubuntu packages (see UBUNTU-PACKAGES)
-
-Create directory
+* Don't forget to (recursively !) initialize git submodules
+* Install the required ubuntu packages (see UBUNTU-PACKAGES)
+* Create directory
 
     ~/.emacs.d/autosave
 
-The rtags tools have to be compiled:
+* The rtags tools have to be compiled:
 
     $ cd rtags
-    $ cmake .
-    $ make
+    $ mkdir build
+    $ cd build
+    $ PATH=/usr/lib/llvm-6.0/bin:$PATH cmake ..
+    $ make -j72
 
-To use rtags, the rtags daemon must be started and compilation databases added
\ No newline at end of file
+  To use rtags, the rtags daemon must be started and compilation databases added
\ No newline at end of file