diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-08 11:21:14 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-08 11:21:14 +0100 |
| commit | 5585a49393a05c25b7df7a6a48d1f39db6324b69 (patch) | |
| tree | 9f96a496c4c00da9fd286d2b6742d95eb8ae17e1 /README.md | |
| parent | e767a5ee5becd575039ff39db40a7373ccca7eaf (diff) | |
semantics, readability, relicense, initResource argument removal
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 |
