forked from lix-project/lix
docs: make the nix develop --command example unambiguous (#8952)
This commit is contained in:
parent
d98337d18f
commit
21783cff16
|
@ -69,7 +69,7 @@ R""(
|
||||||
* Run a series of script commands:
|
* Run a series of script commands:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# nix develop --command bash --command "mkdir build && cmake .. && make"
|
# nix develop --command bash -c "mkdir build && cmake .. && make"
|
||||||
```
|
```
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
|
Loading…
Reference in a new issue