cosu -> osu++ and comment the nix build (not done yet)
This commit is contained in:
parent
bb2bb992d7
commit
75460f7ca7
1 changed files with 4 additions and 3 deletions
|
@ -6,15 +6,16 @@ osu client written in c++ using sfml
|
||||||
|
|
||||||
```
|
```
|
||||||
make
|
make
|
||||||
./target/cosu
|
./target/osu++
|
||||||
```
|
```
|
||||||
|
|
||||||
or if you're cool and use nix
|
<!-- or if you're cool and use nix
|
||||||
|
|
||||||
```
|
```
|
||||||
nix build
|
nix build
|
||||||
./target/bin/cosu
|
./target/bin/osu++
|
||||||
```
|
```
|
||||||
|
-->
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue