Remove config flag from walkthrough doc (#692)

This commit is contained in:
Marwan Sulaiman
2018-09-20 16:48:46 -04:00
committed by marpio
parent bcc896f226
commit e574d28efd
+2 -2
View File
@@ -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
```