Skip to content

Commit

Permalink
Merge branch 'main' of github.com:unity-sds/unity-cs-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber authored and Barber committed Sep 14, 2023
2 parents 4a9a7b3 + 8abf595 commit cf3160a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ required adjustments, adding, removing or appending blocks with the correct info
1. Grab binary from Packages page.
1. Open a terminal.

#### Compiling protobuf

protoc --proto_path=unity-management-console/protobuf --go_out=internal/marketplace/ --go_opt=paths=source_relative config.proto extensions.proto marketplace.proto

### Run Instructions

```shell
Expand All @@ -74,8 +78,9 @@ Interested in contributing to our project? Please see our: [CONTRIBUTING.md](CON

See our: [LICENSE](LICENSE)

## Support

Key points of contact are:

## Compiling protobuf

protoc --proto_path=unity-management-console/protobuf --go_out=internal/marketplace/ --go_opt=paths=source_relative config.proto extensions.proto marketplace.proto
[@galenatjpl](https://github.com/galenatjpl)
<!-- ☝️ Replace with the key individuals who should be contacted for questions ☝️ -->

0 comments on commit cf3160a

Please sign in to comment.