fix: update binary file name in docs for consistency

next
Paul van Tilburg 2021-01-11 20:28:47 +01:00
parent ad7b3f184b
commit c263e13000
No known key found for this signature in database
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ what you need. Now copy the right url:
- arm: `https://conduit.rs/master/arm/conduit-bin`
```bash
$ sudo wget -O /usr/local/bin/conduit <url>
$ sudo chmod +x /usr/local/bin/conduit
$ sudo wget -O /usr/local/bin/matrix-conduit <url>
$ sudo chmod +x /usr/local/bin/matrix-conduit
```