@@ -41,8 +41,8 @@ components of the Cardano ecosystem, putting them in a `bin/` directory:
41
41
42
42
``` shell
43
43
mkdir -p bin
44
- curl -L -O https://github.com/input-output-hk/hydra/releases/download/0.12 .0/hydra-x86_64-unknown- linux-musl .zip
45
- unzip -d bin hydra-x86_64-unknown- linux-musl .zip
44
+ curl -L -O https://github.com/input-output-hk/hydra/releases/download/0.14 .0/hydra-x86_64-linux-0.14.0 .zip
45
+ unzip -d bin hydra-x86_64-linux-0.14.0 .zip
46
46
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.1.2/cardano-node-8.1.2-linux.tar.gz \
47
47
| tar xz -C bin ./cardano-node ./cardano-cli
48
48
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2331.1/mithril-2331.1-linux-x64.tar.gz \
@@ -55,8 +55,13 @@ chmod +x bin/*
55
55
56
56
``` shell
57
57
mkdir -p bin
58
- curl -L -o - https://github.com/input-output-hk/hydra/releases/download/0.12.0/tutorial-binaries-aarch64-darwin.tar.gz \
58
+ curl -L -O https://github.com/input-output-hk/hydra/releases/download/0.14.0/hydra-aarch64-darwin-0.14.0.zip
59
+ unzip -d bin hydra-aarch64-darwin-0.14.0.zip
60
+ curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2347.0/mithril-2347.0-macos-x64.tar.gz \
59
61
| tar xz -C bin
62
+ curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.1.2/cardano-node-8.1.2-macos.tar.gz \
63
+ | tar xz -C bin cardano-node cardano-cli ' *.dylib'
64
+ chmod +x bin/mithril-client
60
65
```
61
66
62
67
</TabItem >
@@ -152,7 +157,10 @@ cardano-node run \
152
157
```
153
158
154
159
To interact with the ` cardano-node ` we will be using the ` cardano-cli `
155
- with ` cardano-cli ` we can now check the synchronization status:
160
+ with ` cardano-cli ` we can now check the synchronization status. You
161
+ will need to open another terminal window as running the
162
+ ` cardano-node ` in the foreground prevents you from running other
163
+ commands:
156
164
157
165
``` shell
158
166
cardano-cli query tip
0 commit comments