Updated Ubuntu (markdown)

Prajwal Koirala 2021-04-27 15:51:13 -04:00
parent f15ff450b2
commit 60db79a755

@ -29,6 +29,7 @@ $ sudo apt install golang-1.11-go
Using [snaps](https://snapcraft.io/go) also works quite well: Using [snaps](https://snapcraft.io/go) also works quite well:
``` ```
$ sudo apt-get install snapd
$ sudo snap install --classic go $ sudo snap install --classic go
``` ```
> A restart may or may not be required for the command to be recognized depending on your system. > A restart may or may not be required for the command to be recognized depending on your system.