mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Make install command in documentation compatible with fish shell (#7474)
Use a pipe for all install commands Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
parent
fd01b8fc1e
commit
9aeaf98c4b
4 changed files with 8 additions and 8 deletions
|
@ -219,7 +219,7 @@ After the CI run completes, you can check the output to extract the installer UR
|
|||
5. To generate an install command, plug this `install_url` and your GitHub username into this template:
|
||||
|
||||
```console
|
||||
sh <(curl -L <install_url>) --tarball-url-prefix https://<github-username>-nix-install-tests.cachix.org/serve
|
||||
curl -L <install_url> | sh -s -- --tarball-url-prefix https://<github-username>-nix-install-tests.cachix.org/serve
|
||||
```
|
||||
|
||||
<!-- #### Manually generating test installers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue