diff --git a/README.md b/README.md index 0388c24..6852b72 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ TL;DR: First make sure you have `niv` so you can upgrade dependency versions in `sources.json`. ```sh -$ nix-shell -p niv -$ (cd config/sources && niv update) +nix-shell -p niv +(cd config/sources && niv update) ``` Build with: ```sh -$ nix-build deploy/ +nix-build deploy/ ``` Deploy by running the generated executable. ```sh -$ ./result +./result ``` ## Switching nixpkgs branch