bugs and typo fixes

This commit is contained in:
ingvar1995 2016-04-28 20:06:02 +03:00
parent 3b54f5a828
commit c30abec24d
3 changed files with 8 additions and 3 deletions

View file

@ -32,7 +32,7 @@ You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/):
On Linux:
``pyinstaller --windowed src/main.py``
``pyinstaller --windowed main.py``
On Windows: