We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0636f commit 60d0b8fCopy full SHA for 60d0b8f
plugin/README.md
@@ -31,7 +31,7 @@ To test purescript-protobuf, run `nix develop` from the top level directory
31
of the repo, then `cd plugin` and generate the test messages:
32
33
```shell
34
-protoc --purescript_out=./plugin/test/Test/generated --proto_path=./test ./test/*.proto
+protoc --purescript_out=./test/Test/generated --proto_path=./test ./test/*.proto
35
```
36
37
Or, to generate messages with the bundled plugin, not the Nix store plugin:
0 commit comments