README updates

This commit is contained in:
James Eversole 2024-12-28 21:58:52 -06:00
parent e376d13a93
commit ff2952010f

View File

@ -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