You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/install.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ To set up your platform, you will need:
9
9
10
10
| Network | CPU Cores | Free RAM | Free storage | OS for Pasive Node | OS for Stake pool |
11
11
| :---: | :---: | :---: | :---: | :---: | :---: |
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 |
13
13
| Testnet | 2 | 4GB | 20GB | Linux / Windows** / MacOS | Linux |
14
14
15
15
****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
76
76
77
77
```bash
78
78
ghcup install ghc 8.10.7
79
-
ghcup install cabal 3.6.2.0
79
+
ghcup install cabal 3.8.1.0
80
80
ghcup set ghc 8.10.7
81
-
ghcup set cabal 3.6.2.0
81
+
ghcup set cabal 3.8.1.0
82
82
```
83
83
84
84
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`
86
86
-`GHC >= 8.10.7`
87
87
88
88
To check that you will use the GHCup tools (and not any other installation on the system), you can execute
0 commit comments