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