From e3cd58f2993b3c57e0ea249c4e6c51f7cf647f38 Mon Sep 17 00:00:00 2001 From: rdlrt <3169068+rdlrt@users.noreply.github.com> Date: Thu, 10 Aug 2023 02:06:44 +0000 Subject: [PATCH] Update Prerequisites 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) --- docs/getting-started/install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/install.md b/docs/getting-started/install.md index d02731b..2ec5c99 100644 --- a/docs/getting-started/install.md +++ b/docs/getting-started/install.md @@ -9,7 +9,7 @@ To set up your platform, you will need: | Network | CPU Cores | Free RAM | Free storage | OS for Pasive Node | OS for Stake pool | | :---: | :---: | :---: | :---: | :---: | :---: | -| Mainnet | 2 | 16GB | 75GB of free storage (100GB recommended for future growth | Linux / Windows** / MacOS | Linux | +| Mainnet | 2 | 24GB | 150GB of free storage (250GB recommended for future growth) | Linux / Windows** / MacOS | Linux | | Testnet | 2 | 4GB | 20GB | Linux / Windows** / MacOS | Linux | ****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 ```bash ghcup install ghc 8.10.7 -ghcup install cabal 3.6.2.0 +ghcup install cabal 3.8.1.0 ghcup set ghc 8.10.7 -ghcup set cabal 3.6.2.0 +ghcup set cabal 3.8.1.0 ``` 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: -- `cabal >= 3.6.2.0` +- `cabal >= 3.8.1.0` - `GHC >= 8.10.7` To check that you will use the GHCup tools (and not any other installation on the system), you can execute