place example in readme

This commit is contained in:
Malin Freeborn 2021-02-23 23:10:01 +01:00
parent f697d977a9
commit 5ad21e4712
1 changed files with 13 additions and 0 deletions

View File

@ -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