Move the link to cross-compiling guide to DEPLOY.md
This commit is contained in:
parent
0f16a79888
commit
f199b51f97
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue