Skip to content

Commit

Permalink
fix: fix install command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Oct 7, 2024
1 parent a2381ee commit c800df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/loader/onnx/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`proto` contains the compiled and vendored `protobuf` parser.

```
npm install -g protobufj-cli
npm install -g protobufjs-cli
pbjs -t static-module -w es6 -r onnx -o src/lib/loader/onnx/compiled.js src/lib/loader/onnx/onnx.proto3
pbts -o src/lib/loader/onnx/compiled.d.ts src/lib/loader/onnx/compiled.js
```
Expand Down

0 comments on commit c800df1

Please sign in to comment.