From d7cd0ce82b3a42e22f686880b8f7271f26731fe4 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 21 Aug 2018 19:59:59 +0200 Subject: [PATCH] update pyinstaller command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 692eb80..0eb5a02 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Yet another Tetris clone, with Qt5 on Python 3 * Build with pyinstaller: ```bash - python3 -m pyinstaller TETRIS2000.spec + pyinstaller TETRIS2000.spec ``` ## Credits