Skip to content

Commit 0b2b9e4

Browse files
authored
Update README to clarify PyInstaller usage
1 parent c2af567 commit 0b2b9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ python exportify-cli.py -u spotifyuser123 -u https://open.spotify.com/user/anoth
110110
---
111111

112112
## Building:
113-
I used [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) to build the windows binary with this command:
113+
You can use [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) to build a binary with this command:
114114
```bash
115115
pyinstaller --onefile .\exportify-cli.py
116116
```

0 commit comments

Comments
 (0)