diff --git a/README.md b/README.md index 82da7cf..aa7261c 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,6 @@ Installation *Important this plugin uses the `GOPATH`, please set it in `Settings - User`. -Paths -===== -In the package folder, edit the `CodeFormatter.sublime-settings` to contain the correct path information. Under `GOBIN`, enter the location of your Go Binary. Under `PROTOPATH`, enter any locations of Protocol Buffers that are imported by your protocol buffers. Requirements ============ @@ -32,5 +29,8 @@ Requirements - [Golang][go] v1.0 or higher - Correctly set `PROTOPATH` and `GOBIN` in the `.sublime-settings file`. + +In the package folder, edit the `CodeFormatter.sublime-settings` to contain the correct path information. Under `GOBIN`, enter the location of your Go Binary. Under `PROTOPATH`, enter any locations of Protocol Buffers that are imported by your protocol buffers. + [go]: http://golang.org/