Docs: Mention building with bundled roots

This commit is contained in:
Danilo Bargen 2022-10-02 01:26:17 +02:00
commit 74d1ade884

View file

@ -42,17 +42,19 @@ Build and install the tool via cargo...
## Build From Source
Debug build with logging enabled:
$ cargo build --features logging
Release build without logging:
Release build:
$ cargo build --release
To enable the log output, set the `RUST_LOG` env variable:
Release build with bundled CA roots:
$ export RUST_LOG=tldr=debug
$ cargo build --release --no-default-features --features webpki-roots
Debug build with logging support:
$ cargo build --features logging
(To enable logging at runtime, export the `RUST_LOG=tldr=debug` env variable.)
## Autocompletion