From 3b728747e2820fec243b9525a4971bee7a76e1cf Mon Sep 17 00:00:00 2001 From: jayant011797 Date: Thu, 11 Sep 2025 22:57:14 +0530 Subject: [PATCH] User also needs to install tldr I think it is a good idea to keep uniformity as many other plugins do mention if a package is need to installed separately as well or not. --- plugins/tldr/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/tldr/README.md b/plugins/tldr/README.md index fb91d9d1f..03b1dfc73 100644 --- a/plugins/tldr/README.md +++ b/plugins/tldr/README.md @@ -13,3 +13,6 @@ plugins=(... tldr) | Shortcut | Description | |------------------------------------|----------------------------------------------------------------------------| | Esc + tldr | add tldr before the previous command to see the tldr page for this command | + +## Note +You also need to install ```tldr```.