mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
[walkthrough]: adjust instructions to clone athens on gopath (#593)
* [walkthrough]: adjust instructions to clone athens on gopath * Update walkthrough.md
This commit is contained in:
committed by
Aaron Schlesinger
parent
3a76afb6a6
commit
992ee933eb
@@ -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
|
||||
<!--
|
||||
**PowerShell**
|
||||
```console
|
||||
$ cd ..
|
||||
$ mkdir $(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
|
||||
$ start -NoNewWindow go "run .\cmd\proxy"
|
||||
|
||||
Reference in New Issue
Block a user