Skip to content

Commit

Permalink
fix: add requirements for install
Browse files Browse the repository at this point in the history
  • Loading branch information
agusaldasoro committed Sep 5, 2023
1 parent 329080d commit 29c9625
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ The main of this project will run an HTTP Server and a Websocket Server.

The Websocket server implements the protocol definition defined in https://github.com/decentraland/protocol/blob/main/proto/decentraland/social/friendships/friendships.proto which is automatically downloaded from GitHub during the build time. If a build fails, it could be related to that.

### Requirements

You need to have protoc installed

```
brew install protobuf
```

### Running the server

```
Expand Down

0 comments on commit 29c9625

Please sign in to comment.