diff --git a/INSTALLATION.md b/INSTALLATION.md index 12a9e941..b81165c7 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -8,7 +8,7 @@ There are other ways to install and run Zotify on Windows but this is the offici - Open PowerShell (cmd will not work) - Install Scoop by running: - `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser` - - `irm get.scoop.sh | iex` + - `iex "& {$(irm get.scoop.sh)} -RunAsAdmin` - After installing scoop run: `scoop install python ffmpeg-shared git` - Install pipx: - `python3 -m pip install --user pipx` @@ -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.