From 552a2b8eee2312f629d8ab12b060dcb1202c396e Mon Sep 17 00:00:00 2001 From: supertypo Date: Sun, 7 Jan 2024 19:39:56 +0100 Subject: [PATCH] Add curl and git as general linux build prerequisites (#370) Co-authored-by: aspect Co-authored-by: Ori Newman --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cd9a41aa..104f12315 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ Your feedback, contributions, and issue reports will be integral to evolving thi
Building on Linux - 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)