From a34516628b0570a7bc844bf7b5a33257527f288f Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sat, 10 Jun 2023 23:08:48 -0400 Subject: [PATCH] docs: typo in `build-essential` package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a66f7..5fbd233 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Building `nostr-rs-relay` requires an installation of Cargo & Rust: https://www. The following OS packages will be helpful; on Debian/Ubuntu: ```console -$ sudo apt-get install build-essentials cmake protobuf-compiler pkg-config libssl-dev +$ sudo apt-get install build-essential cmake protobuf-compiler pkg-config libssl-dev ``` Clone this repository, and then build a release version of the relay: