From 5d76baba2f713065c6c179731df067723fe42ee8 Mon Sep 17 00:00:00 2001 From: Infra <1011X@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:04:18 -0400 Subject: [PATCH] Add `build-essential` to install instructions --- docs/install-and-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install-and-setup.md b/docs/install-and-setup.md index 0dd94a1a6e..b411bb73c9 100644 --- a/docs/install-and-setup.md +++ b/docs/install-and-setup.md @@ -17,11 +17,11 @@ options below. #### Build using `cargo` -First make sure that you have the `libssl-dev`, `openssl`, and `pkg-config` -packages installed by running something like this: +First make sure that you have the `libssl-dev`, `openssl`, `pkg-config`, and +`build-essential` packages installed by running something like this: ```shell -sudo apt-get install libssl-dev openssl pkg-config +sudo apt-get install libssl-dev openssl pkg-config build-essential ``` Now run either: