Docs: Remove note about OpenSSL

OpenSSL is not used anymore since version 1.5.0.
This commit is contained in:
Danilo Bargen 2022-10-02 01:23:52 +02:00
commit b07a6728f3

View file

@ -40,10 +40,6 @@ Build and install the tool via cargo...
$ cargo install tealdeer
*(Note: You might need to install OpenSSL development headers, otherwise you get
a "failed to run custom build command for openssl-sys" error message. The
package is called `libssl-dev` on Ubuntu.)*
## Build From Source
Debug build with logging enabled:
@ -60,7 +56,7 @@ To enable the log output, set the `RUST_LOG` env variable:
## Autocompletion
Shell completion scripts are located in the folder `completion`.
Shell completion scripts are located in the folder `completion`.
Just copy them to their designated location:
- *Bash*: `cp completion/bash_tealdeer /usr/share/bash-completion/completions/tldr`