add rags and company modules
[emacs-init.git] / README
diff --git a/README b/README
index 2767b68..3db29a4 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,13 @@
-The following packages are required:
-
-    dash-el
+Install the required ubuntu packages (see UBUNTU-PACKAGES)
 
 Create directory
 
     ~/.emacs.d/autosave
+
+The rtags tools have to be compiled:
+
+    $ cd rtags
+    $ cmake .
+    $ make
+
+To use rtags, the rtags daemon must be started and compilation databases added
\ No newline at end of file