doc#start: fix #141 by quoting arg to --run

This commit is contained in:
Timothy DeHerrera 2021-03-01 17:44:23 -07:00
parent fc1dddd181
commit 25bdb25091
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -4,7 +4,7 @@ The only dependency is nix, so make sure you have it [installed][install-nix].
## Get the Template
Here is a snippet that will get you the template without the git history:
```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 \
--run "flk get core"