summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2021-05-22 13:39:31 +0200
committerTimo Kösters <timo@koesters.xyz>2021-05-22 13:55:28 +0200
commit47160e9e06ede6ba19d8704132d225d6ecc1645d (patch)
treed72ba99ab635247f146dfb827e9530d00dc59cb6 /README.md
parent488581cc51d10e2dd4cb02292320244b2cfd8e88 (diff)
downloadconduit-47160e9e06ede6ba19d8704132d225d6ecc1645d.zip
docs: APPSERVICES setup guide
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ace30eb..591313f 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,10 @@ Check out the [Conduit 1.0 Release Milestone](https://gitlab.com/famedly/conduit
Download or compile a Conduit binary, set up the config and call it from somewhere like a systemd script. [Read
more](DEPLOY.md)
+If you want to connect an Appservice to Conduit, take a look at the [Appservice Guide](APPSERVICES.md).
+
+If you want to cross compile Conduit to another architecture, read the [Cross-Compile Guide](CROSS_COMPILE.md).
+
##### Deloy using a Debian package
You need to have the `deb` helper command installed that creates Debian packages from Cargo projects (see [cargo-deb](https://github.com/mmstick/cargo-deb/) for more info):