From ac7c8b0ffed50cf1e9d73dba41e55273fced5533 Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Thu, 7 Mar 2019 14:11:44 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e5ecbe35f..86eda33d38 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ * Setup ssh keys for github authentication: https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ * Clone this repo and pull the latest * Install go: https://golang.org/doc/install -* Set the environment variable NOMS_VERSION_NEXT=1 * run: git config --global --add url."ssh://git@github.com".insteadOf "https://github.com" * Configure your environment with important variables. Put these in your .bash_profile / .bashrc * Set your `GOPATH` environment variable: * export GOPATH=`go env GOPATH` * If your go workspace is somewhere other than the default of `~/go`, set `GOPATH` manually via an export directive in your .bash_profile, e.g. `export GOPATH=/workspaces/liquidata/go` + * `export NOMS_VERSION_NEXT=1` * Add the go binary installation directory to your `PATH` variable (`export PATH=$GOPATH/bin:$PATH`). * This helper function can also be added to make installation easier: