diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,7 +1,21 @@ +to run: + ```bash git clone https://git.mtgmonkey.net/Andromeda/hs-game cd hs-game nix run ``` +to release: + +```bash +nix build .#release +``` + +to debug build: + +```bash +nix build .#debug +``` + todo moved to CHANGELOG.md |
