Skip to content

Commit f37a199

Browse files
authored
Update Prerequisites (#21)
Update Prerequisites for install.md as per metrics on [latest node release notes](https://github.com/input-output-hk/cardano-node/releases/tag/8.1.2)
1 parent 09491b1 commit f37a199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To set up your platform, you will need:
99

1010
| Network | CPU Cores | Free RAM | Free storage | OS for Pasive Node | OS for Stake pool |
1111
| :---: | :---: | :---: | :---: | :---: | :---: |
12-
| Mainnet | 2 | 16GB | 75GB of free storage (100GB recommended for future growth | Linux / Windows** / MacOS | Linux |
12+
| Mainnet | 2 | 24GB | 150GB of free storage (250GB recommended for future growth) | Linux / Windows** / MacOS | Linux |
1313
| Testnet | 2 | 4GB | 20GB | Linux / Windows** / MacOS | Linux |
1414

1515
****Note** If you are building on Windows, we recommend using WSL2 under Windows 10 as this provides a development and execution environment that is very similar to Ubuntu.
@@ -76,13 +76,13 @@ Once GHCup is installed, open a new terminal (to get an updated environment) and
7676

7777
```bash
7878
ghcup install ghc 8.10.7
79-
ghcup install cabal 3.6.2.0
79+
ghcup install cabal 3.8.1.0
8080
ghcup set ghc 8.10.7
81-
ghcup set cabal 3.6.2.0
81+
ghcup set cabal 3.8.1.0
8282
```
8383

8484
Alternatively, with `ghcup tui` you can pick the specific versions of the tools that you want to install, in particular you should have installed and set:
85-
- `cabal >= 3.6.2.0`
85+
- `cabal >= 3.8.1.0`
8686
- `GHC >= 8.10.7`
8787

8888
To check that you will use the GHCup tools (and not any other installation on the system), you can execute

0 commit comments

Comments
 (0)