From 64c2a05b5a6f7e4dc3dc7241e78ae3394fb4e678 Mon Sep 17 00:00:00 2001 From: "Daniel R. Grayson" Date: Mon, 19 Oct 2015 16:15:49 -0400 Subject: [PATCH] update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 ----- -- 2.34.1