From 6b8b70fc20d394b8e109efd2b495eb39f110e0bb Mon Sep 17 00:00:00 2001 From: Suguivy Date: Sat, 30 Jan 2021 22:16:48 +0000 Subject: [PATCH] Actualizar 'README.md' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eba0fe1..7d7a394 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cherry Lisp -``` +```text /\ | \ 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): -``` +```text # apt install haskell-stack ``` Clone the repo: -``` +```text $ git clone https://git.fai.su/Suguivy/cherry-lisp ``` Compile it: -``` +```text $ cd cherry-lisp $ stack upgrade $ stack build @@ -71,7 +71,7 @@ $ stack build Install and execute it: -``` +```text $ stack install $ cherry ```