chore: typos

This commit is contained in:
thesimplekid
2023-07-03 09:49:40 -05:00
committed by Greg Heartsfield
parent 087b68128f
commit 06fcaad9a1
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Start by building the application from source. Here is how to do that:
3. `cargo build --release`
### Place the files where they belong
We want to palce the nostr-rs-relay binary and the config.toml file where they belong. While still in the root level of the nostr-rs-relay folder you cloned in last step, run the following commands:
We want to place the nostr-rs-relay binary and the config.toml file where they belong. While still in the root level of the nostr-rs-relay folder you cloned in last step, run the following commands:
1. `sudo cp target/release/nostr-rs-relay /usr/local/bin/`
2. `sudo mkdir /etc/nostr-rs-relay`
2. `sudo cp config.toml /etc/nostr-rs-relay`