diff --git a/README.md b/README.md index 545bbac..7e2d042 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Flow: * `go get -u github.com/88250/ide_stub` * `go get -u github.com/nsf/gocode` 3. Compiles wide with `go build` -4. Configures `conf/wide.json` +4. Configures `conf/wide.json` (optional) 5. Runs the executable `wide` or `wide.exe` ## Known Issues diff --git a/wide.bat b/wide.bat index 4fdf252..bd434b0 100644 --- a/wide.bat +++ b/wide.bat @@ -1,5 +1,5 @@ go install -wide +%GOPATH%\bin\wide.exe pause