From ff2952010ff87e7976ea292e4156371eef370bff Mon Sep 17 00:00:00 2001 From: James Eversole Date: Sat, 28 Dec 2024 21:58:52 -0600 Subject: [PATCH] README updates --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4fa8519..55ddfdb 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,12 @@ sapling < map (\i : listConcat i " is super cool!") [("He") ("She") ("Everybody" DECODE -: ["He is super cool!", "She is super cool!", "Everybody is super cool!"] ``` -## How to use +## Installation -For now, you can easily build and run this project using Nix: +You can easily build and/or run this project using [Nix](https://nixos.org/download/). -1. Clone the repository: - a. `git clone ssh://git.eversole.co/sapling.git` - b. `git clone https://git.eversole/sapling.git` -1. Run the REPL: `nix run` +- Build REPL binary: `nix build git+https://git.eversole.co/James/sapling` +- Run REPL: `nix run git+https://git.eversole.co/James/sapling` ## Acknowledgements