Move the link to cross-compiling guide to DEPLOY.md

This commit is contained in:
Vadim Zeitlin 2021-05-28 09:42:59 +02:00
parent 0f16a79888
commit f199b51f97
2 changed files with 1 additions and 2 deletions

View file

@ -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