tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

commit dbe9cbd6c132e61235ac7cf5348a8b6457b02d64
parent 4bd22574413cae830ebb6de20ecc9073bb17f4bb
Author: James Eversole <james@eversole.co>
Date:   Sun, 29 Dec 2024 10:41:04 -0600

README updates for run/build

Diffstat:
MREADME.md | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -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