File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ To test purescript-protobuf, run `nix develop` from the top level directory
3131of 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
3737Or, 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
4343then
You can’t perform that action at this time.
0 commit comments