mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 11:01:11 +00:00
Fix typo in readme
This commit is contained in:
parent
a48ef32d54
commit
bd4d5c9983
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ This will launch the relay with the database stored in "./sled/db-0.34" and list
|
||||||
#### Cargo
|
#### Cargo
|
||||||
With cargo installed, the relay can be installed to your cargo bin directory with the following command
|
With cargo installed, the relay can be installed to your cargo bin directory with the following command
|
||||||
```
|
```
|
||||||
$ cargo install ap-lreay
|
$ cargo install ap-relay
|
||||||
```
|
```
|
||||||
Then it can be run with this:
|
Then it can be run with this:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue