Skip to content

Commit

Permalink
Update installation.md (#3481)
Browse files Browse the repository at this point in the history
Change "sudo tar -C /usr/local -xvf https://go.dev/dl/go1.22.3.darwin-amd64.tar.gz
" to "sudo tar -C /usr/local -xvf go1.22.3.darwin-amd64.tar.gz
" to point to the downloaded file and not the url.

Co-authored-by: Eric Warehime <[email protected]>
  • Loading branch information
Ranci-18 and Eric-Warehime authored Jan 21, 2025
1 parent e6afbe9 commit 813aebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ At the time of this writing, the latest release is `1.22.3`. We're going to down
```bash
curl -OL https://go.dev/dl/go1.22.3.darwin-amd64.tar.gz

sudo tar -C /usr/local -xvf https://go.dev/dl/go1.22.3.darwin-amd64.tar.gz
sudo tar -C /usr/local -xvf go1.22.3.darwin-amd64.tar.gz


export PATH=$PATH:/usr/local/go/bin
Expand Down

0 comments on commit 813aebc

Please sign in to comment.