Skip to content

Commit

Permalink
add instructions for installing proto-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
isaidsari committed Mar 11, 2024
1 parent b3584f4 commit 190d74e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The mobile app provides a user-friendly interface for configuring what events tr
to run on linux, you should have the following packages installed
1. pkg-config: `sudo apt install pkg-config`
2. libssl-dev: `sudo apt install libssl-dev`
3. proto-compiler: `apt-get install protobuf-compiler`

## Setup
1. create a copy of the `.env.example` file in the root directory of the project, and name it `.env`
Expand Down

0 comments on commit 190d74e

Please sign in to comment.