diff --git a/.gitignore b/.gitignore index 894a44c..2e616cf 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ __pycache__/ .Python build/ develop-eggs/ -dist/ downloads/ eggs/ .eggs/ diff --git a/README.md b/README.md index 1272ab7..6f32590 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,14 @@ As for now, qdarkstyle doesn't support PySide2 so PyQt5 is recommanded ### Installation -#### Self-extracting archive for Windows (x64) +#### Download ready to use archive -[Download](https://github.com/adrienmalin/Tetris2000/raw/master/dist/Tetris2000.exe) (46 Mo) +No need to install requirements + +* Windows (x64): [Download self-extracting archive](https://github.com/adrienmalin/Tetris2000/raw/master/dist/Tetris2000.exe) (46 Mo) +* Linux: [Download TAR.GZ archive](https://github.com/adrienmalin/Tetris2000/raw/master/dist/Tetris2000.tar.gz) (77 Mo) + +Extract the archive and launch Tetris2000 #### From [GitHub](https://github.com) diff --git a/dist/Tetris2000.tar.gz b/dist/Tetris2000.tar.gz new file mode 100644 index 0000000..0bc999e Binary files /dev/null and b/dist/Tetris2000.tar.gz differ