Update BUILDING

This commit is contained in:
Niels Andriesse 2021-04-21 13:46:35 +10:00 committed by GitHub
parent 97432ef524
commit bb7d007208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -54,3 +54,7 @@ If you want to run with TLS enabled:
| tls-private-key | tls_private_key.pem | Path to TLS private key |
Note that the default is * not * to run in TLS mode. This is because normally the server communicates through [onion requests](https://arxiv.org/pdf/2002.04609.pdf), eliminating the need for TLS.
## Building a DEB
To build a DEB, just run `cargo deb` from the project root directory. If you don't yet have `cargo-deb` installed you can get it by running: `cargo install cargo-deb`.