Compare commits

...

1 Commits

Author SHA1 Message Date
Suguivy a615c2110c Added instructions on README.md 2021-01-28 02:15:07 +00:00
1 changed files with 11 additions and 0 deletions

View File

@ -10,4 +10,15 @@ cherry> (+ 2 3 4)
9 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... Work in progress...