From b5d4b42d7c24b76692a1b173863225234d228084 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Wed, 18 Apr 2018 23:51:53 -0700 Subject: [PATCH] ubuntu go install Former-commit-id: cf4c190b27f2dff1185ce5e248e40d01e5635a77 [formerly cf4c190b27f2dff1185ce5e248e40d01e5635a77 [formerly 52a13210bb7c0b2e2e9318402f7cabf2ef271438 [formerly 235dafdf6fbb292bd7739f162a4f54005b2ddf01]]] Former-commit-id: ab7b3a990ea84c73a937ac8a44a31cde0d9c5c55 Former-commit-id: d12910509ba5f4d105854e44986e17448a53cfeb [formerly 0e9d039cf047387de5fca1385843becd3160ae02] Former-commit-id: ad930ec8efa829780d62a985657822a96e709c83 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5bd3c3..30b807f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## Installing -Make sure to have [go](https://golang.org/) (1.9+) installed, then do: +Make sure to have [go](https://golang.org/) (1.4+) installed, then do: ```bash go get -u github.com/miguelmota/cointop @@ -310,6 +310,10 @@ Action|Description If you're on Windows WSL, please see the [wiki](https://github.com/miguelmota/cointop/wiki/Windows-Command-Prompt-and-WSL-Font-Support) for font support instructions. +- Q: How do I install Go on Ubuntu? + + - A: There's instructions on installing Go on Ubuntu in the [wiki](https://github.com/miguelmota/cointop/wiki/Install-Go-on-Ubuntu). + ## License