From 4101239e0d9d0ac5e01f0ef7685ad45d22575dd4 Mon Sep 17 00:00:00 2001 From: TheArchitect108 Date: Mon, 31 Oct 2022 11:10:13 -0500 Subject: [PATCH] add deps to make setup easier --- docs/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 2f8d6ba7..6261423d 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -5,7 +5,7 @@ ##### Ubuntu ``` -sudo apt-get install -y build-essential cmake clang-11 git curl python3-pip protobuf-compiler +sudo apt-get install -y build-essential cmake clang-11 git curl python3-pip protobuf-compiler libssl-dev pkg-config ``` ### Install rustup