mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
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:
|
||||
|
||||
```console
|
||||
# nix develop --command bash --command "mkdir build && cmake .. && make"
|
||||
# nix develop --command bash -c "mkdir build && cmake .. && make"
|
||||
```
|
||||
|
||||
# Description
|
||||
|
Loading…
Reference in New Issue
Block a user