Skip to content

Commit c0df885

Browse files
authored
Merge pull request #591 from 36thchambersoftware/patch-1
More refined list of pre-reqs
2 parents c219cfd + 8b6fce3 commit c0df885

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/root/manual/getting-started/bootstrap-cardano-node.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ Thanks to a **Mithril Client** connected to a **Mithril Aggregator**, you will r
2222

2323
* Install a [correctly configured](https://www.rust-lang.org/learn/get-started) Rust toolchain (latest stable version).
2424

25-
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
25+
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `sudo apt install libssl-dev`
26+
27+
* Install other requirements
28+
```bash
29+
sudo apt-get install make build-essential m4 docker jq
30+
```
2631

2732
## Download source
2833

0 commit comments

Comments
 (0)