Merge branch 'master' of ssh://gitea.starfour.de:2222/Berufsschule/tictactoe

This commit is contained in:
Jannis Heydemann
2026-04-23 12:51:32 +02:00

View File

@@ -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.
```bash
$ git clone https://gitea.starfour.de/Berufsschule/tictactoe.git
$ cd tictactoe
$ cl main.cpp
$ main.exe
```