From: Daniel R. Grayson Date: Mon, 19 Oct 2015 20:15:49 +0000 (-0400) Subject: update README X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=64c2a05b5a6f7e4dc3dc7241e78ae3394fb4e678;p=cubicaltt.git update README --- diff --git a/README.md b/README.md index d6aaf9c..0de4bbd 100644 --- 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 -----