Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix: add all needed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Feb 8, 2024
1 parent 729801a commit 8ad0c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ replace(
## Regenerate protobuff files

To re-generate this file, install `protoc` and run protoc
To re-generate these files, install `protoc`, `protoc-gen-go` and `protoc-gen-go-grpc` and run protoc
`cd proto && protoc --go_out=../kms --go_opt=paths=source_relative --go-grpc_out=../kms --go-grpc_opt=paths=source_relative kms.proto && cd ..`.

## Documentation
Expand Down

0 comments on commit 8ad0c47

Please sign in to comment.