Skip to content

Commit

Permalink
Merge pull request #144 from El-Jay-Crypto/patch-2
Browse files Browse the repository at this point in the history
Update 1.install-compile.md
  • Loading branch information
RaulBernal authored Feb 22, 2023
2 parents 3279634 + 924a97a commit a41436f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 1.install-compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ By downloading the binary we avoid compiling the source code.
```
## Option 2. Compile instructions:
### Install GoLang v1.18.x
### Install GoLang v1.19.x
The official instructions can be found here: https://golang.org/doc/install
Expand All @@ -57,7 +57,7 @@ The official instructions can be found here: https://golang.org/doc/install
```
2. Download the software:
```
curl https://dl.google.com/go/go1.18.5.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
curl https://go.dev/dl/go1.19.6.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf
```
3. Update environment variables to include Go (copy everything & paste)
```
Expand All @@ -74,7 +74,7 @@ The official instructions can be found here: https://golang.org/doc/install
```
go version
```
Should return `go version go1.18.5 linux/amd64`
Should return `go version go1.19.6 linux/amd64`
### Download source code and compile
5. Download the source code using `git`
Expand Down

0 comments on commit a41436f

Please sign in to comment.