Skip to content

Commit

Permalink
Update installing-cardano-node.md (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara authored Oct 15, 2024
1 parent 16f4977 commit 8718536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/cardano-node/installing-cardano-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Decide which version of Cardano Node you will be installing.
A list of available tags is available at: https://github.com/IntersectMBO/cardano-node/tags.
Set the environment variable to the tag you selected (or use `master` for the latest unstable version):
```bash
CARDANO_NODE_VERSION='8.7.3'
CARDANO_NODE_VERSION='9.2.1'
IOHKNIX_VERSION=$(curl https://raw.githubusercontent.com/IntersectMBO/cardano-node/$CARDANO_NODE_VERSION/flake.lock | jq -r '.nodes.iohkNix.locked.rev')
echo "iohk-nix version: $IOHKNIX_VERSION"
```
Expand Down

0 comments on commit 8718536

Please sign in to comment.