Merge branch 'master' of github.com:yogsototh/lish

This commit is contained in:
Yann Esposito (Yogsototh) 2017-02-25 17:02:31 +01:00
commit 1b8a5413dc
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -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.