From 43709d23641767d2f4db3d1f6fcfe98d438ec8a7 Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Fri, 22 May 2020 09:48:14 +0200 Subject: [PATCH] Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 326c8ad..7683115 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # network-cheatsheet -A networking cheatsheet for self-hosting. See a preview [here](https://cs.tuxstash.de). +A networking cheatsheet for your work computer or at home. Run with a simple web server like this: + +* Python: `python -m http.server` +* Ruby: `ruby -run -e httpd .` + +Can also be viewed [here](https://cs.tuxstash.de) online. +If you have suggestions or additions, please open an issue :).