From 7ad4dffabb6b5c33f5eaa72a9c6abbbf8e1af982 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sat, 24 Jun 2023 08:46:08 +0000 Subject: [PATCH] Add script to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc411e1..8f28ebd6 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).