README updates for run/build

This commit is contained in:
James Eversole 2024-12-29 10:41:04 -06:00
parent 14fdb741dc
commit a7674d4635

View File

@ -50,8 +50,10 @@ READ -: ["Tree Calculus is super cool!", "Intensionality is super cool!", "tricu
You can easily build and/or run this project using [Nix](https://nixos.org/download/).
- Build REPL binary: `nix build git+https://git.eversole.co/James/tricu`
- Run REPL: `nix run git+https://git.eversole.co/James/tricu`
- Run REPL immediately:
- `nix run git+https://git.eversole.co/James/tricu`
- Build REPL executable in `./result/bin`:
- `nix build git+https://git.eversole.co/James/tricu`
## Acknowledgements