Remove $ prefix from shell code fences
This commit is contained in:
parent
1844cb7ef3
commit
317f1bfb0d
1 changed files with 4 additions and 4 deletions
|
|
@ -7,16 +7,16 @@ TL;DR:
|
||||||
|
|
||||||
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
|
First make sure you have `niv` so you can upgrade dependency versions in `sources.json`.
|
||||||
```sh
|
```sh
|
||||||
$ nix-shell -p niv
|
nix-shell -p niv
|
||||||
$ (cd config/sources && niv update)
|
(cd config/sources && niv update)
|
||||||
```
|
```
|
||||||
Build with:
|
Build with:
|
||||||
```sh
|
```sh
|
||||||
$ nix-build deploy/
|
nix-build deploy/
|
||||||
```
|
```
|
||||||
Deploy by running the generated executable.
|
Deploy by running the generated executable.
|
||||||
```sh
|
```sh
|
||||||
$ ./result
|
./result
|
||||||
```
|
```
|
||||||
|
|
||||||
## Switching nixpkgs branch
|
## Switching nixpkgs branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue