Files
hs-game/README.md
2025-12-08 13:40:11 +01:00

22 lines
216 B
Markdown

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