We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ad6b1c + 0b2b9e4 commit e3a972cCopy full SHA for e3a972c
1 file changed
README.md
@@ -110,7 +110,7 @@ python exportify-cli.py -u spotifyuser123 -u https://open.spotify.com/user/anoth
110
---
111
112
## Building:
113
-I used [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) to build the windows binary with this command:
+You can use [PyInstaller](https://pyinstaller.readthedocs.io/en/stable/) to build a binary with this command:
114
```bash
115
pyinstaller --onefile .\exportify-cli.py
116
```
0 commit comments