summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-08 13:40:11 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-08 13:40:11 +0100
commit20ecde081bf47c7790e93dd2282d5e666e01b9ce (patch)
treee825e9091bbf3e169b9a86d4f545175cb99b3055 /README.md
parent852244a49159097a83fc99edcdad26f84f999098 (diff)
release v0.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index f2c4dec..9c5c051 100644
--- a/README.md
+++ b/README.md
@@ -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