lish/README.md
Yann Esposito (Yogsototh) 18ddac1e30
improved slightly
2020-08-02 10:53:28 +02:00

19 lines
333 B
Markdown

lish
==========
[![Build Status](https://travis-ci.org/yogsototh/lish.svg?branch=master)](https://travis-ci.org/yogsototh/lish)
This project is an experimental LISP flavoured Shell
## Build
Install [`nix`](https://nixos.org/nix)
And then
~~~
git clone https://github.com/yogsototh/lish.git
cd lish
nix-shell
cabal run lish
~~~