Skip to content

Commit

Permalink
Add curl and git as general linux build prerequisites (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: aspect <[email protected]>
Co-authored-by: Ori Newman <[email protected]>
  • Loading branch information
3 people authored Jan 7, 2024
1 parent bcb8c0e commit 552a2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Your feedback, contributions, and issue reports will be integral to evolving thi
<details>
<summary>Building on Linux</summary>

1. Install general prerequisites
1. Install general prerequisites

```bash
sudo apt install build-essential libssl-dev pkg-config
sudo apt install curl git build-essential libssl-dev pkg-config
```

2. Install Protobuf (required for gRPC)
Expand Down

0 comments on commit 552a2b8

Please sign in to comment.