From 887a7018778c70e90fe0612363c6d3963c27f0d3 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Wed, 21 Feb 2024 09:07:54 +0530 Subject: [PATCH] feat: add reference to other PDFs (#12311) * feat: add reference to other PDFs --------- Signed-off-by: K.B.Dharun Krishna Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1665a95f74..076345b91b 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,10 @@ brew install tlrc Then you have direct access to simplified, easy-to-read help for commands, such as `tar`, accessible through typing `tldr tar` instead of the standard `man tar`. -If you don't want to install any software, -check out the [PDF version](https://tldr.sh/assets/tldr-book.pdf). +If you don't want to install any software, check out the [PDF version](https://github.com/tldr-pages/tldr/releases/latest/download/tldr-book.pdf) instead. + +> [!NOTE] +> PDFs for translations are available for most languages. You can find them in the releases assets of the [latest release](https://github.com/tldr-pages/tldr/releases/latest). There are also **various other clients** provided by the community, both for the command-line and for other platforms.