summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorVadim Zeitlin <vadim@zeitlins.org>2021-05-27 23:13:50 +0200
committerVadim Zeitlin <vadim@zeitlins.org>2021-05-27 23:32:33 +0200
commit0f16a79888f38db46167ee214fe1d57bfcd4f666 (patch)
tree1ee80d1da0546c185b6d93b2547a9f99bd2fc5d8 /DEPLOY.md
parent6af942814f4cf9c7442b39279baaf27765e2820d (diff)
downloadconduit-0f16a79888f38db46167ee214fe1d57bfcd4f666.zip
Specify the minimum required Rust version in the manifest
Also mention it in the deployment guide.
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index c48b778..f26feaa 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -6,7 +6,7 @@ If you run into any problems while setting up Conduit, write an email to `timo@k
## Installing Conduit
-You have to download the binary that fits your machine. Run `uname -m` to see
+You may simply download the binary that fits your machine. Run `uname -m` to see
what you need. Now copy the right url:
- x84_64: `https://conduit.rs/master/x86_64/conduit-bin`
- armv7: `https://conduit.rs/master/armv7/conduit-bin`
@@ -18,6 +18,13 @@ $ sudo wget -O /usr/local/bin/matrix-conduit <url>
$ sudo chmod +x /usr/local/bin/matrix-conduit
```
+Alternatively, you may compile the binary yourself using
+```bash
+$ cargo build --release
+```
+Note that this currently requires Rust 1.50.
+
+
## Adding a Conduit user
While Conduit can run as any user it is usually better to use dedicated users for different services.