Skip to content

Commit

Permalink
ver (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
snadrus authored Nov 17, 2024
1 parent 5303e0a commit 35549e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions documentation/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,13 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

### Go 

To build Curio, you need a working installation of [Go 1.21.7 or higher](https://golang.org/dl/):
To build Curio, you need a working installation of [Go](https://golang.org/dl/):
It needs to be at-least [the version specified here](https://github.com/filecoin-project/curio/blob/main/GO_VERSION_MIN).

Example of an OLD version's CLI download:
```shell
wget -c https://golang.org/dl/go1.21.7.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local
wget -c https://golang.org/dl/go1.22.3.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local
```
{% hint style="info" %}
Expand Down

0 comments on commit 35549e8

Please sign in to comment.