corrected apt-get install command

This commit is contained in:
Hendrik Schneider
2017-05-09 02:02:01 +03:00
committed by GitHub
parent 9977f652ab
commit 2e09b9dd09

View File

@@ -107,7 +107,7 @@ Ubuntu is the most popular desktop release version of Linux. It uses `apt-get` t
sudo add-apt-repository ppa:gophers/go
sudo apt-get update
sudo apt-get install golang-stable
sudo apt-get install golang-go
### wget
```sh