Update README.md

This commit is contained in:
adrienmalin 2018-08-21 15:15:43 +02:00 committed by GitHub
parent 86751e8174
commit 55dc19bc90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,10 @@ Yet another Tetris clone, with Qt5 on Python 3
git clone https://github.com/adrienmalin/Tetris2000 git clone https://github.com/adrienmalin/Tetris2000
``` ```
* Build: * Build with nuitka:
```bash ```bash
python3 -m nuitka Tetris2000.py --recurse-all python3 -m nuitka Tetris2000.py --recurse-all
``` ```
* On Windows, add `icons/icon.ico` to `Tetris2000.exe` with [Resource hacker](http://www.angusj.com/resourcehacker/) * On Windows, add `icons/icon.ico` to `Tetris2000.exe` with [Resource hacker](http://www.angusj.com/resourcehacker/)