use sudo for installing go with snap

T. Mulyana 2018-07-28 21:58:25 +07:00
parent 8e70ff1eea
commit f70a8a515d

@ -22,7 +22,7 @@ Using snaps also works quite well:
```
# This will give you the latest version of go
$ snap install --classic go
$ sudo snap install --classic go
```
> A restart is required for the command to be recognized.