From 415ff3341bc5f847fc38abb9e2f1a7881a20b8b0 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Sun, 16 Feb 2020 11:52:35 +1100 Subject: [PATCH] mention tldr --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6905b55..cafea3f 100644 --- a/readme.md +++ b/readme.md @@ -51,6 +51,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn 1. [check performance of your computer](#check-performance-of-your-computer) 1. [Quick tips](#quick-tips) 1. [Hotkeys](#hotkeys) +1. [I can't remember these cryptic commands]() ## copy a file @@ -376,6 +377,6 @@ Alt + B Move cursor backward one word on the current line Tab Auto-complete files and folder names ``` +## I can't remember these cryptic commands ---- -_Remember, you can always google or `man` the commands you are not familiar with._ +You can always google or `man` the commands you are not familiar with. Or, checkout [tldr](https://github.com/tldr-pages/tldr), a collection of simplified and community-driven man pages.