Skip to content

Commit 0d7ee38

Browse files
Update README.md
1 parent 68a32e7 commit 0d7ee38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Minimalistic text editor created with Python and Tkinter. If you need to write s
1111
- Portable
1212

1313
## === How to compile ===
14-
To compile use [Nuitka](https://nuitka.net/) (Python to C compiler):
14+
To compile use [Nuitka](https://nuitka.net/) (Python code to C code converter, which then uses the default C compiler in your OS to build the program):
1515
```
1616
python -m nuitka aurora_text_editor.py
1717
```

0 commit comments

Comments
 (0)