diff --git a/INSTALLATION.md b/INSTALLATION.md index 12a9e941..6eda0329 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -14,7 +14,7 @@ There are other ways to install and run Zotify on Windows but this is the offici - `python3 -m pip install --user pipx` - `python3 -m pipx ensurepath` Now close PowerShell and reopen it to ensure the pipx command is available. -- Install Zotify with: `pipx install https://get.zotify.xyz` +- Install Zotify with: `pipx install git+https://github.com/zotify-dev/zotify.git` - Done! Use `zotify --help` for a basic list of commands or check the *README.md* file in Zotify's code repository for full documentation. > **macOS** @@ -29,4 +29,4 @@ Now close PowerShell and reopen it to ensure the pipx command is available. - Install `python3`, `pip` (if a separate package), `ffmpeg`, and `git` from your distribution's package manager or software center. - Then install pipx, either from your package manager or through pip with: `python3 -m pip install --user pipx` - Install Zotify `pipx install https://get.zotify.xyz` -- Done! Use `zotify --help` for a basic list of commands or check the README.md file in Zotify's code repository for full documentation. \ No newline at end of file +- Done! Use `zotify --help` for a basic list of commands or check the README.md file in Zotify's code repository for full documentation.