From b4d7641dd23bbf1f4e9ab90dfdcda23438dc93a0 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Thu, 4 Apr 2019 16:38:21 +0300 Subject: [PATCH] update: linux installation for snap installer --- 01-get-started/ubuntu-installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/01-get-started/ubuntu-installation.md b/01-get-started/ubuntu-installation.md index 2031116..4b9567d 100644 --- a/01-get-started/ubuntu-installation.md +++ b/01-get-started/ubuntu-installation.md @@ -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