cosu -> osu++ and comment the nix build (not done yet)

This commit is contained in:
jacekpoz 2024-03-18 11:26:50 +01:00
parent bb2bb992d7
commit 75460f7ca7
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -6,15 +6,16 @@ osu client written in c++ using sfml
```
make
./target/cosu
./target/osu++
```
or if you're cool and use nix
<!-- or if you're cool and use nix
```
nix build
./target/bin/cosu
./target/bin/osu++
```
-->
## TODO