added README

This commit is contained in:
MichaelFisher1997 2025-01-05 02:08:30 +00:00
parent d89c5c930e
commit 33398e3967
3 changed files with 7 additions and 1 deletions

1
.envrc
View File

@ -1 +0,0 @@
use flake

1
.gitignore vendored
View File

@ -1 +1,2 @@
build/
.envrc

6
README.md Normal file
View File

@ -0,0 +1,6 @@
To run:
'''
nix develop
chmod +x build-run.sh
./build-run.sh
'''