diff --git a/README.md b/README.md index cbc411e1f..8f28ebd64 100644 --- a/README.md +++ b/README.md @@ -77,14 +77,22 @@ If you don't like installers, you can also use portable versions that are packag - [MacOS .dmg Portable (x86-64)](https://github.com/xpipe-io/xpipe/releases/latest/download/xpipe-portable-macos-x86_64.dmg) - [MacOS .dmg Portable (ARM 64)](https://github.com/xpipe-io/xpipe/releases/latest/download/xpipe-portable-macos-arm64.dmg) -### Install Script (Linux / MacOS) +### Install Script You can also install XPipe by pasting the installation command into your terminal. This will perform the full setup automatically. +##### Linux / MacOS + ``` bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh) ``` +##### Windows (Experimental) + +``` +powershell -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.ps1'))" +``` + ## Further information For information about the security model of XPipe, see the [security page](/SECURITY.md).