From 449c8e8b4adb894a3b24255e4fa2a1b3742d355f Mon Sep 17 00:00:00 2001 From: inkch Date: Thu, 16 Jan 2025 21:29:55 +0900 Subject: [PATCH] docs: change title & to as official doc --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 39b6fa6..a778c15 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ -# My very own custom pages for tealdeer (`tldr` client) +# Custom pages for tealdeer My favorite [tldr](https://tldr.sh/) client [tealdeer](https://github.com/tealdeer-rs/tealdeer) has the ability to show user defined custom pages. +This repository contains my very own custom pages for `tealdeer`. ## How to use Clone this repo to the parent directory of `Custom pages dir` (default: `~/.local/share/tealdeer`). -To print the path used on your system, simply run tldr --show-paths. +To print the path used on your system, simply run `tldr --show-paths`. ## File name extension There are two types of files for defining custom pages: -| Type | Extension | Description | -|---------------|-------------------|-----------------------------------------------------| -| Custom Page | `.page.md` | shown instead of the upstream version in the cache. | -| Custom Patch | `.patch.md` | appended to existing pages. | +| Type | Extension | Description | +|---------------|----------------------|-----------------------------------------------------| +| Custom Page | `.page.md` | shown instead of the upstream version in the cache. | +| Custom Patch | `.patch.md` | appended to existing pages. | See: [Custom Pages and Patches - Tealdeer User Manual](https://tealdeer-rs.github.io/tealdeer/usage_custom_pages.html).