Add script to readme

This commit is contained in:
crschnick 2023-06-24 08:46:08 +00:00
parent bfde1a8e70
commit 7ad4dffabb

View file

@ -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).