Skip to content

Commit

Permalink
Update README.md verbiage
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Bintliff <zbintliff@gmail.com>
  • Loading branch information
zbintliff committed Feb 23, 2018
1 parent 3107dbf commit ca41d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Otherwise, see the **for non-C++ users** [instructions here.](https://github.com

### Quick Start

Once you make a change to any `*.proto` file within the **types** package, you will need regenerate the associated `*.pb.go` file. To do so, simply run the [genproto.sh](https://github.com/sensu/sensu-go/blob/master/scripts/genproto.sh) script, which will install all required dependencies and launch the code generation (be sure to run the below `./build.sh deps` first though).
Once you make a change to any `*.proto` file within the **types** package, you will need to regenerate the associated `*.pb.go` file. To do so, simply run the [genproto.sh](https://github.com/sensu/sensu-go/blob/master/scripts/genproto.sh) script, which will install all required dependencies and launch the code generation (be sure to run the below `./build.sh deps` first though).

## Dependencies

Expand Down

0 comments on commit ca41d12

Please sign in to comment.