We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2af567 commit 0b2b9e4Copy full SHA for 0b2b9e4
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