aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2016-10-30 16:42:02 +0100
committerJoris2016-10-30 16:42:02 +0100
commit5a91ca4ca1c65464201b58ad48c489c8eb0513c2 (patch)
tree78036dc5ecc7977ca60dddc66e472c729059e862 /README.md
parent42dc61a268ab9df3e0c5384cf850bbe2e872ac23 (diff)
downloadcooking-5a91ca4ca1c65464201b58ad48c489c8eb0513c2.tar.gz
cooking-5a91ca4ca1c65464201b58ad48c489c8eb0513c2.tar.bz2
cooking-5a91ca4ca1c65464201b58ad48c489c8eb0513c2.zip
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bfbee31..12abb20 100644
--- a/README.md
+++ b/README.md
@@ -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
```