1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-07-29 23:58:28 -04:00

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

@@ -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: The following OS packages will be helpful; on Debian/Ubuntu:
```console ```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: Clone this repository, and then build a release version of the relay: