updated README

This commit is contained in:
Yann Esposito (Yogsototh) 2017-02-21 21:29:15 +01:00
parent a7b76a0e8f
commit 7081b0ab10
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,6 +1,23 @@
lish 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. Please read file `tutorial.md` for first steps in using the template.