Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ntfargo committed Sep 2, 2023
1 parent a88e629 commit a88b4d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ $ make run # or make build ( MinGW-w64 if you are on Windows )

# Servers are running on {ProtocolType}://localhost:5211
# gRPC is running on localhost:50051

# Generate protoc files
$ cd tir-engine/proto
$ protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative proto/tir.proto
```

# Similar API Sides
Expand Down

0 comments on commit a88b4d7

Please sign in to comment.