diff --git a/readme.md b/readme.md index 4965e03..d96637a 100644 --- a/readme.md +++ b/readme.md @@ -39,10 +39,10 @@ pefile 2019.4.18: python.exe -m pip install "pefile==2019.4.18" pyinstaller 3.4: python.exe -m pip install "PyInstaller==3.4" colorama 0.3.5: python.exe -m pip install "colorama==0.3.5" -8. compile by entering this command: +7. compile by entering this command: python.exe -m PyInstaller fspecs.py --onefile -9. you can find the EXEs in dist\ +8. you can find the EXEs in dist\ ```