Skip to content

Commit

Permalink
docs: Update references to Go version from 1.18 to 1.18.3
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Voisey <cameron.voisey@tngtech.com>
  • Loading branch information
voisey committed Jul 7, 2022
1 parent 64fac0f commit 51bce2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/readmes/basics/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ Development can occur from multiple OS's, where **macOS** and **Ubuntu** are **e
1. Download the tar file.

```bash
wget https://artifactory.magmacore.org/artifactory/generic/go1.18.linux-amd64.tar.gz
wget https://artifactory.magmacore.org/artifactory/generic/go1.18.3.linux-amd64.tar.gz
```

2. Extract the archive you downloaded into `/usr/local`, creating a Go tree in `/usr/local/go`.

```bash
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go1.18.3.linux-amd64.tar.gz
```

3. Add `/usr/local/go/bin` to the PATH environment variable.
Expand All @@ -90,7 +90,7 @@ Development can occur from multiple OS's, where **macOS** and **Ubuntu** are **e
You should expect something like this

```bash
go version go1.18 linux/amd64
go version go1.18.3 linux/amd64
```

3. Install `pyenv`.
Expand Down

0 comments on commit 51bce2f

Please sign in to comment.