From 5ad21e4712c79c0f79101692585474f66fa7b040 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Tue, 23 Feb 2021 23:10:01 +0100 Subject: [PATCH] place example in readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a7745ca..06b52c7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,19 @@ This is a list of quickstart guides for Linux programs. As little knowledge as possible should be presumed, with required knowledge being internally linked. If general knowledge is presumed, it should be placed into a file named 'basics'. +## Style + +The basic style should be something between a very well-commented script and a very short guide. + +### Example + +``` +How to see which websites you're actively accessing: + +> ss -tr dst :443 + +``` + # What's wrong with everything else? ## Man pages