Skip to content

Commit bffb223

Browse files
authored
Update README.md
1 parent 8f55ba3 commit bffb223

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ ___
7373
```
7474
## Want to compile it yourself?
7575
If you are uneasy about running a random executable, you can compile DeviceAuthGenerator yourself by installing the requirements and pyinstaller, then you can compiile it by the command:
76-
```pyinstaller --onefile -i icon.ico -n DeviceAuthGenerator generator.py```
76+
```
77+
pyinstaller --onefile -i icon.ico -n DeviceAuthGenerator generator.py
78+
```
7779
The executable will be found in `/dist`.
7880

7981

0 commit comments

Comments
 (0)