From b07a6728f3c2af471c63bcde7ba5a014c3c4a2ae Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 2 Oct 2022 01:23:52 +0200 Subject: [PATCH] Docs: Remove note about OpenSSL OpenSSL is not used anymore since version 1.5.0. --- docs/src/installing.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/src/installing.md b/docs/src/installing.md index c2d6067..8aa2e19 100644 --- a/docs/src/installing.md +++ b/docs/src/installing.md @@ -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`