Skip to content

Commit ee06faa

Browse files
committed
plugin instructions
1 parent 4aeb331 commit ee06faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ To test purescript-protobuf, run `nix develop` from the top level directory
3131
of the repo, then `cd plugin` and generate the test messages:
3232

3333
```shell
34-
protoc --purescript_out=./plugin/test/Test/generated --proto_path ./test ./test/*.proto
34+
protoc --purescript_out=./plugin/test/Test/generated --proto_path=./test ./test/*.proto
3535
```
3636

3737
Or, to generate messages with the bundled plugin, not the Nix store plugin:
3838

3939
```shell
40-
protoc --plugin=protoc-gen-purescript=./protoc-gen-purescript.mjs --purescript_out=./test/Test/generated --proto_path ./test ./test/*.proto
40+
protoc --plugin=protoc-gen-purescript=./protoc-gen-purescript.mjs --purescript_out=./test/Test/generated --proto_path=./test ./test/*.proto
4141
```
4242

4343
then

0 commit comments

Comments
 (0)