Skip to content

Commit

Permalink
Update readme with working hyper links...
Browse files Browse the repository at this point in the history
  • Loading branch information
bwireman authored Feb 10, 2022
1 parent 7d2c4b8 commit 7713d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gleam_pb wraps the excellent [gpb](https://github.com/tomas-abrahamsson/gpb) erl
- [X] message decoding
- [ ] improve UX
- [X] call protoc-erl internally
- [X] flag to better handle gpb header includes
- [ ] helper functions
- [ ] grpc

Expand Down Expand Up @@ -166,7 +167,7 @@ protoc --plugin=protoc-gen-gleam -I . --gleam_out="output_path=./src:./src" prot

- 'output_path': (Required) specifies the desired output path
- 'protoc_erl_path': path to gpb's protoc-erl
- 'gpb_header_include': path to prepend to the header include for gpb. See [Issues](#Issues) for more info
- 'gpb_header_include': path to prepend to the header include for gpb. See [Knwon Issues](#known-issues) for more info
- if you need a variable include here, remember that [erlang header resolution](https://www.erlang.org/doc/reference_manual/macros.html) is quite clever and can use environment variables

```bash
Expand Down

0 comments on commit 7713d8d

Please sign in to comment.