mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Remove config flag from walkthrough doc (#692)
This commit is contained in:
@@ -59,7 +59,7 @@ $ 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 -config_file=config.dev.toml &
|
||||
$ GO111MODULE=off go run ./cmd/proxy &
|
||||
[1] 25243
|
||||
INFO[0000] Starting application at 127.0.0.1:3000
|
||||
```
|
||||
@@ -73,7 +73,7 @@ $ cd "$(go env GOPATH)\src\github.com\gomods"
|
||||
$ git clone https://github.com/gomods/athens.git
|
||||
$ cd athens
|
||||
$ $env:GO111MODULE = "off"
|
||||
$ Start-Process -NoNewWindow go "run .\cmd\proxy -config_file=config.dev.toml"
|
||||
$ Start-Process -NoNewWindow go "run .\cmd\proxy"
|
||||
[1] 25243
|
||||
INFO[0000] Starting application at 127.0.0.1:3000
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user