We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d00baf commit ee27874Copy full SHA for ee27874
README.md
@@ -11,11 +11,11 @@ Minimalistic text editor created with Python and Tkinter. If you need to write s
11
- Remembers theme/font configuration
12
13
## === How to compile ===
14
-To compile I use [Nuitka](https://nuitka.net/) (Python to C compiler):
+To compile use [Nuitka](https://nuitka.net/) (Python to C compiler):
15
```
16
python -m nuitka aurora_text_editor.py
17
18
-And then I use [UPX](https://upx.github.io/) to decrease file size:
+And then use [UPX](https://upx.github.io/) to decrease file size:
19
20
upx aurora_text_editor.exe
21
0 commit comments