From 39d0f66cd7fb82d50b0cbe2f24f2692fe2cc7390 Mon Sep 17 00:00:00 2001 From: davidl77 <42799301+davidl77@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:12:51 +0100 Subject: [PATCH] Update INSTALLATION.md Chnged installation instruction because of an error on previous --- INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.