projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00b0b4
)
update README
author
Daniel R. Grayson
<dan@math.uiuc.edu>
Mon, 19 Oct 2015 20:15:49 +0000
(16:15 -0400)
committer
Daniel R. Grayson
<dan@math.uiuc.edu>
Mon, 19 Oct 2015 20:15:49 +0000
(16:15 -0400)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/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
-----