update README
authorDaniel R. Grayson <dan@math.uiuc.edu>
Mon, 19 Oct 2015 20:15:49 +0000 (16:15 -0400)
committerDaniel R. Grayson <dan@math.uiuc.edu>
Mon, 19 Oct 2015 20:15:49 +0000 (16:15 -0400)
README.md

index d6aaf9c776cd104e306336b03239ae0dd533a7ab..0de4bbdb417e1ee87876adbca5bbca86532d3c8e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,12 +30,20 @@ Install
 
 To compile the program type:
 
-  `make bnfc && make`
+```sh
+    make
+```
+
 
 This assumes that the following Haskell packages are installed:
 
   mtl, haskeline, directory, BNFC, alex, happy
 
+To build the TAGS file, type:
+
+```sh
+    make TAGS
+```
 
 Usage
 -----