Actualizar 'README.md'

This commit is contained in:
Suguivy 2021-01-30 22:16:48 +00:00
parent 313db525fc
commit 6b8b70fc20
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Cherry Lisp # Cherry Lisp
``` ```text
/\ /\
| \ A tiny, curried and lazy Lisp. | \ A tiny, curried and lazy Lisp.
@ @ @ @
@ -50,20 +50,20 @@ cherry> (always-seven 8)
Install the *stack* build tool. On *Debian* based systems, run (as root): Install the *stack* build tool. On *Debian* based systems, run (as root):
``` ```text
# apt install haskell-stack # apt install haskell-stack
``` ```
Clone the repo: Clone the repo:
``` ```text
$ git clone https://git.fai.su/Suguivy/cherry-lisp $ git clone https://git.fai.su/Suguivy/cherry-lisp
``` ```
Compile it: Compile it:
``` ```text
$ cd cherry-lisp $ cd cherry-lisp
$ stack upgrade $ stack upgrade
$ stack build $ stack build
@ -71,7 +71,7 @@ $ stack build
Install and execute it: Install and execute it:
``` ```text
$ stack install $ stack install
$ cherry $ cherry
``` ```