aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
```