Skip to content

Commit

Permalink
fix: proto generate command in readme (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Jul 28, 2022
1 parent cb56f3f commit 721c064
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ TEST_AUTH_TOKEN=<auth token> TEST_CACHE_NAME=<cache name> go test -v ./momento
3. Copy the `.proto` files from `client_protos/proto` to `client-sdk-go/internal/protos/`
4. `cd` to the `internal` directory and run:

```protoc --go_out=. --go_opt=paths=source_relative \
```
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative protos/*.proto
```

You should now have updated auto-generated files with the updated protos
You should now have updated auto-generated files with the updated protos

0 comments on commit 721c064

Please sign in to comment.