doc#start: fix #141 by quoting arg to --run
This commit is contained in:
parent
fc1dddd181
commit
25bdb25091
@ -4,7 +4,7 @@ The only dependency is nix, so make sure you have it [installed][install-nix].
|
|||||||
## Get the Template
|
## Get the Template
|
||||||
Here is a snippet that will get you the template without the git history:
|
Here is a snippet that will get you the template without the git history:
|
||||||
```sh
|
```sh
|
||||||
nix-shell -p cachix --run cachix use nrdxp
|
nix-shell -p cachix --run "cachix use nrdxp"
|
||||||
|
|
||||||
nix-shell https://github.com/divnix/devos/archive/core.tar.gz -A shell \
|
nix-shell https://github.com/divnix/devos/archive/core.tar.gz -A shell \
|
||||||
--run "flk get core"
|
--run "flk get core"
|
||||||
|
Loading…
Reference in New Issue
Block a user