Browse Source

fix: update binary file name in docs for consistency

merge-requests/11/head
Paul van Tilburg 5 years ago
parent
commit
c263e13000
No known key found for this signature in database
GPG Key ID: C6DE073EDA9EEC4D
  1. 4
      DEPLOY.md

4
DEPLOY.md

@ -14,8 +14,8 @@ what you need. Now copy the right url: @@ -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
```

Loading…
Cancel
Save