From cf441143027dd228f1f7d50761ae9be2c9ad25d0 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 3 Sep 2018 14:59:42 +0200 Subject: [PATCH] Update README.rst Gopath export did not work previously on Ubuntu 16.04 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7344141a1..40af6268e 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ If you don't have Go installed, set it up with: .. code:: bash $ {apt,yum,brew} install golang - $ echo 'GOPATH=~/go' >> ~/.bashrc + $ echo 'export GOPATH=~/go' >> ~/.bashrc $ source ~/.bashrc $ mkdir $GOPATH