update: linux installation for snap installer

This commit is contained in:
Inanc Gumus
2019-04-04 16:38:21 +03:00
committed by GitHub
parent 453774b601
commit b4d7641dd2

View File

@ -1,5 +1,11 @@
# Linux Installation Cheatsheet
If you want to use snap, you can easily install Go like so:
sudo snap install go --classic
Otherwise, please follow the steps below:
## 1. Update the local packages
```bash