diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-09-16 09:36:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 09:36:20 +0200 |
commit | 47fa1087c8864654f6cfae84e25ac6db318ed1d4 (patch) | |
tree | 30125d76a494270202b24ca4334a91b1035c39bf /doc/manual/src/contributing/hacking.md | |
parent | 9b7bd2dd1fc83f6df449fce3967a95cb098ca4b2 (diff) |
Update doc/manual/src/contributing/hacking.md
Diffstat (limited to 'doc/manual/src/contributing/hacking.md')
-rw-r--r-- | doc/manual/src/contributing/hacking.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index d8a8c8591..628744bf2 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -142,8 +142,8 @@ After the CI run completes, you can check the output to extract the installer ur 1. Click into the detailed view of the CI run. 2. Click into any `installer_test` run (the URL you're here to extract will be the same in all of them). 3. Click into the `Run cachix/install-nix-action@v...` step and click the detail triangle next to the first log line (it will also be `Run cachix/install-nix-action@v...`) -4. Copy the install_url -5. To generate an install command, plug this install_url and your github username into this template: +4. Copy the value of `install_url` +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 |