aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/contributing
diff options
context:
space:
mode:
authorDavid Dunn <26876072+doubledup@users.noreply.github.com>2023-02-08 00:32:27 +0200
committerGitHub <noreply@github.com>2023-02-07 22:32:27 +0000
commit9aeaf98c4b0e99a3af45517a2a54f7715a396542 (patch)
tree23382a49d88e8be181220902e7fe1bbfa0d7e379 /doc/manual/src/contributing
parentfd01b8fc1e3e1fdab71a6a9c851bd45bd1f49b85 (diff)
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>
Diffstat (limited to 'doc/manual/src/contributing')
-rw-r--r--doc/manual/src/contributing/hacking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md
index e2046acc8..53f49602b 100644
--- a/doc/manual/src/contributing/hacking.md
+++ b/doc/manual/src/contributing/hacking.md
@@ -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