Update README.md

This commit is contained in:
2026-04-23 10:26:31 +00:00
parent 2a74965a97
commit 6442bf6b6d

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 ```bash
$ git clone https://gitea.starfour.de/Berufsschule/tictactoe.git
`$ alias cls="clear"` $ cd tictactoe
$ cl main.cpp
project is too small to implement a proper `windows` / `unix` / `unix-like` detection and clear screen properly so this fix will do. $ main.exe
```