diff options
author | Joris | 2016-10-30 16:42:02 +0100 |
---|---|---|
committer | Joris | 2016-10-30 16:42:02 +0100 |
commit | 5a91ca4ca1c65464201b58ad48c489c8eb0513c2 (patch) | |
tree | 78036dc5ecc7977ca60dddc66e472c729059e862 | |
parent | 42dc61a268ab9df3e0c5384cf850bbe2e872ac23 (diff) |
README
-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 ``` |