Skip to content

Commit b2241a0

Browse files
More refined list of pre-reqs
These items are required to successfully run `make test`
1 parent 6bfb144 commit b2241a0

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
@@ -26,7 +26,12 @@ In this documentation, we use the generic `**YOUR_TEST_NETWORK**` identifier, bu
2626

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

29-
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
29+
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `sudo apt install libssl-dev`
30+
31+
* Install other requirements
32+
```bash
33+
sudo apt-get install make build-essential m4 docker docker-compose jq
34+
```
3035

3136
## Download source
3237

0 commit comments

Comments
 (0)