From 992ee933eb667cfa11946723f06afb24dc313dbc Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Thu, 30 Aug 2018 16:27:22 -0600 Subject: [PATCH] [walkthrough]: adjust instructions to clone athens on gopath (#593) * [walkthrough]: adjust instructions to clone athens on gopath * Update walkthrough.md --- docs/content/walkthrough.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/walkthrough.md b/docs/content/walkthrough.md index 1edfab5f..8e5ad2be 100644 --- a/docs/content/walkthrough.md +++ b/docs/content/walkthrough.md @@ -58,7 +58,8 @@ Now run the Athens proxy in a background process: **Bash** ```console -$ cd .. +$ mkdir -p $(go env GOPATH)/src/github.com/gomods +$ cd $(go env GOPATH)/src/github.com/gomods $ git clone https://github.com/gomods/athens.git $ cd athens $ GO111MODULE=off go run ./cmd/proxy & @@ -71,7 +72,8 @@ Note: [Building Athens Go Modules enabled is not yet supported](https://github.c