diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,19 +6,19 @@ Gettings started Install nix: -``` shell +``` sh curl https://nixos.org/nix/install | sh ``` Then: -``` shell +``` sh ./dev ``` Simple build ------------ -``` shell +``` sh ./build ``` |