Skip to content

Commit

Permalink
Update docs/docs/tutorial/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Nagel <ch1bo@users.noreply.github.com>
  • Loading branch information
abailly-iohk and ch1bo committed Dec 1, 2023
1 parent bbf73a5 commit d718182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ components of the Cardano ecosystem, putting them in a `bin/` directory:

```shell
mkdir -p bin
curl -L -O https://github.com/input-output-hk/hydra/releases/download/0.14.0/hydra-aarch64-darwin-0.14.0.zip
unzip -d bin hydra-x86_64-unknown-linux-musl.zip
curl -L -O https://github.com/input-output-hk/hydra/releases/download/0.14.0/hydra-x86_64-linux-0.14.0.zip
unzip -d bin hydra-x86_64-linux-0.14.0.zip
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.1.2/cardano-node-8.1.2-linux.tar.gz \
| tar xz -C bin ./cardano-node ./cardano-cli
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2331.1/mithril-2331.1-linux-x64.tar.gz \
Expand Down

0 comments on commit d718182

Please sign in to comment.