From 6442bf6b6dfbbdb0dfb8798c8ec212cf9d4cf594 Mon Sep 17 00:00:00 2001 From: Jannis Date: Thu, 23 Apr 2026 10:26:31 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fcf8986..2721353 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -# Contribution +# Installation -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 +```bash +$ git clone https://gitea.starfour.de/Berufsschule/tictactoe.git +$ cd tictactoe +$ cl main.cpp +$ main.exe +``` \ No newline at end of file