Added Another Installation modality: Google's installer

Terrence Houlahan 2020-03-31 22:28:42 +01:00
parent 8c66644ac6
commit 6037969abf

@ -2,8 +2,6 @@
>
> After downloading a binary release suitable for your system, you can install go by following the official installation instructions at [https://golang.org/doc/install](https://golang.org/doc/install#install).
There are some other options for Debian based systems like Ubuntu. These packages were not created by the Go project, and we don't support them, but they may be useful for you.
If you're using Ubuntu 18.04 LTS or 19.10 on amd64, arm64, armhf or i386, then you can use the `longsleep/golang-backports` PPA and install Go 1.14.
@ -33,3 +31,12 @@ Using [snaps](https://snapcraft.io/go) also works quite well: (go1.14.1)
$ sudo snap install --classic go
```
> A restart may or may not be required for the command to be recognized depending on your system.
Using Google's Installer:
--
cd ~
curl -O https://storage.googleapis.com/golang/getgo/installer_linux
chmod 700 installer_linux
./installer_linux
mv .go /usr/local/go