added readme.md

This commit is contained in:
MrBesen 2022-03-15 13:31:39 +01:00
parent 3ababaa771
commit ba7cac3fdc
1 changed files with 17 additions and 0 deletions

17
Readme.md Normal file
View File

@ -0,0 +1,17 @@
# TictactoebotAppImage
Requires [Linuxdeploy](https://github.com/linuxdeploy/linuxdeploy)
```
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
```
Build with:
```
./build.sh
```
Run with:
```
./TicTacToeBot-x86_64.AppImage
```