From e9f22012a575adeae5ff8f982a91388574cd50c4 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Tue, 14 Apr 2020 21:00:11 +0200 Subject: [PATCH] Updated Ubuntu (markdown) --- Ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Ubuntu.md b/Ubuntu.md index 092022c5..0c9b6e81 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -37,3 +37,4 @@ Using [getgo](https://github.com/golang/tools/tree/master/cmd/getgo) (proof-of-c ``` curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer ``` +> Getgo will install the Go distribution (tools & stdlib) to "/.go" inside your home directory.