Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem committed May 14, 2021
1 parent 9483c7e commit 158a173
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ tool to convert the protobuf messages from binary to JSON and vice versa.

## Installation

### Prerequisites

Please make sure that the Protocol Buffers Compiler `protoc` is installed.

- https://github.com/protocolbuffers/protobuf#protocol-compiler-installation

### RubyGems

```shell
Expand Down Expand Up @@ -91,6 +95,16 @@ $ cat test.json
{"id":123,"body":"test"}
```

## Contribute

- Fork the project.
- Check out the latest `main` branch.
- Create a feature or bugfix branch from `main`.
- Commit and push your changes.
- Make sure to add tests. See [CI](./.github/workflows/ci.yml).
- Run Rubocop locally and fix all the lint warnings.
- Submit the PR.

## License

[MIT](https://github.com/iamAzeem/proto-convert/blob/master/LICENSE)

0 comments on commit 158a173

Please sign in to comment.