From 3121d26995e330468498a9146ba643d0328e2722 Mon Sep 17 00:00:00 2001 From: Jannis Heydemann Date: Wed, 22 Apr 2026 15:35:01 +0200 Subject: [PATCH] added readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fcf8986 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Contribution + +If you're developing on linux you got to set an alias for cls so that it actually runs clear + +`$ alias cls="clear"` + +project is too small to implement a proper `windows` / `unix` / `unix-like` detection and clear screen properly so this fix will do. \ No newline at end of file