commit 8b326e8dcf2797bd39af43ba852de32336020c12 parent 30c04a84d6162a47abcbcb981e875ab841ccd403 Author: James Eversole <james@eversole.co> Date: Sat, 28 Dec 2024 21:58:52 -0600 README updates Diffstat:
| M | README.md | | | 10 | ++++------ |
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git 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