Added install instructions

This commit is contained in:
Ivy 2021-01-29 00:24:05 +01:00
parent 2e3f9d321e
commit 24ed67ae71
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...