The tealdeer package provides a fast tldr program which is an alternative to man. It aims to be more concise, approachable, and simple than what is offered by most man pages.
An Internet connection is needed for building this package. The system certificate store may need to be set up with make-ca before building this package.
Install tealdeer by running the following commands:
cargo build --release
To test the results, issue: cargo test --release.
Now, as the root
user:
install -vm755 target/release/tldr /usr/bin
Now download the page cache (this will need to be done for every user):
tldr --update