add nix build instructions to readme

This commit is contained in:
jacekpoz 2024-04-18 22:10:12 +02:00
parent cf05e5787a
commit 9cfc1da940
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -9,13 +9,18 @@ make
./target/osu++ ./target/osu++
``` ```
<!-- or if you're cool and use nix or if you're cool and use nix
``` ```
nix build nix build
./target/bin/osu++ ./result/bin/osu++
```
alternatively
```
nix run
``` ```
-->
## TODO ## TODO