Skip to content

Commit ee27874

Browse files
Update README.md
1 parent 3d00baf commit ee27874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Minimalistic text editor created with Python and Tkinter. If you need to write s
1111
- Remembers theme/font configuration
1212

1313
## === How to compile ===
14-
To compile I use [Nuitka](https://nuitka.net/) (Python to C compiler):
14+
To compile use [Nuitka](https://nuitka.net/) (Python to C compiler):
1515
```
1616
python -m nuitka aurora_text_editor.py
1717
```
18-
And then I use [UPX](https://upx.github.io/) to decrease file size:
18+
And then use [UPX](https://upx.github.io/) to decrease file size:
1919
```
2020
upx aurora_text_editor.exe
2121
```

0 commit comments

Comments
 (0)