summaryrefslogtreecommitdiff
path: root/README.md
blob: 9c5c05102fa23153e277218ff4c16ba9ce80ecf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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