docs: typo in build-essential package name

This commit is contained in:
thesimplekid 2023-06-10 23:08:48 -04:00 committed by Greg Heartsfield
parent eba7a32615
commit a34516628b

View File

@ -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: