diff --git a/README.md b/README.md index 2c7bb10..cb56715 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,23 @@ lish ========== -New Haskell project using stack template `tasty-travis`. +This project is an experimental LISP flavoured Shell + +## Build + +Install [`stack`](http://haskellstack.org) + +And then + +~~~ +git clone https://github.com/yogsototh/lish.git +cd lish +stack setup && stack build +stack exec -- lish-exe +~~~ + +## To note + +This Haskell project use the stack template `tasty-travis`. Please read file `tutorial.md` for first steps in using the template.