From 23baa75c0909627428e063712a382e6765293217 Mon Sep 17 00:00:00 2001 From: maitrebitcoin <58720518+maitrebitcoin@users.noreply.github.com> Date: Mon, 31 May 2021 22:06:09 +0200 Subject: [PATCH] docs/INSTALL.md: update command line to install go you must be root to be able to install go on /usr/local/ without "sudo" the command fails with : tar: go/src/cmd/go/main.go: Cannot open: No such file or directory --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ecff6b04..9bb48e7f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -111,7 +111,7 @@ version if there are database migrations present. isn't, then the target REPO HAS BEEN MODIFIED, and you shouldn't install this version of Go. If it matches, then proceed to install Go: ``` - tar -C /usr/local -xzf go1.16.linux-amd64.tar.gz + sudo tar -C /usr/local -xzf go1.16.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin ```