From 574b8aed21291dd0a07e5c3e8e2ba50629db1eb5 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 25 Apr 2024 23:20:07 +0200 Subject: [PATCH] simplify nix instructions --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 5708ad3..7e82bdd 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,7 @@ make ./target/osu++ ``` -or if you're cool and use nix - -``` -nix build -./result/bin/osu++ -``` - -alternatively - -``` -nix run -``` +there's also a flake with a shell and package - if you know nix you know what to do with those ## TODO