From 2429a70c42bed122f81a658ce2b7bc3776ecd4bb Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 30 Sep 2023 07:04:09 +0000 Subject: [PATCH] Improve download section --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c5b4359f..f9bbe1e5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,21 @@ If you don't like installers, you can also use portable versions that are packag You can also install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically. -##### Linux / MacOS +#### Windows + +This script will automatically install the `.msi` for you. + +``` +powershell -ExecutionPolicy Bypass -Command iwr "https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.ps1" -OutFile "$env:TEMP\get-xpipe.ps1" ";" "&" "$env:TEMP\get-xpipe.ps1" +``` + +If you like chocolatey, you can also install the [xpipe choco package](https://community.chocolatey.org/packages/xpipe): + +``` +choco install xpipe +``` + +#### Linux / MacOS The script supports installation via `apt`, `rpm`, and `pacman` on Linux, plus a `.pkg` install on macOS: @@ -88,20 +102,6 @@ bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpip Alternatively on arch, the [xpipe AUR package](https://aur.archlinux.org/packages/xpipe) can also be installed via `yay -S xpipe`. -##### Windows - -This script will automatically install the `.msi` for you. - -``` -powershell -ExecutionPolicy Bypass -Command iwr "https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.ps1" -OutFile "$env:TEMP\get-xpipe.ps1" ";" "&" "$env:TEMP\get-xpipe.ps1" -``` - -If you like chocolatey, you can also install the [xpipe choco package](https://community.chocolatey.org/packages/xpipe/1.6.0): - -``` -choco install xpipe -``` - ## Commercial usage Recently I decided to try to develop XPipe full-time. To finance this, there now is a professional tier intended for commercial users.