Added instructions on README.md

This commit is contained in:
Suguivy 2021-01-28 02:15:07 +00:00
parent e2d173797b
commit a615c2110c
1 changed files with 11 additions and 0 deletions

View File

@ -10,4 +10,15 @@ cherry> (+ 2 3 4)
9
```
## Instructions
```
# apt install haskell-stack
$ git clone https://git.fai.su/Suguivy/cherry-lisp
$ cd cherry-lisp
# stack upgrade
$ stack build
$ stack install
$ cherry
```
Work in progress...