From f199b51f9795e7a58192221cd2902990efb94bab Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 28 May 2021 09:42:59 +0200 Subject: [PATCH] Move the link to cross-compiling guide to DEPLOY.md --- DEPLOY.md | 1 + README.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/DEPLOY.md b/DEPLOY.md index f26feaaf..fe8c331b 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -24,6 +24,7 @@ $ cargo build --release ``` Note that this currently requires Rust 1.50. +If you want to cross compile Conduit to another architecture, read the [Cross-Compile Guide](CROSS_COMPILE.md). ## Adding a Conduit user diff --git a/README.md b/README.md index e9824249..e856dd5a 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ 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). - ##### Deploy 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):