mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +00:00
Update readme
This commit is contained in:
parent
edf22a0815
commit
3e81d0a2d3
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -102,12 +102,20 @@ powershell -ExecutionPolicy Bypass -Command iwr "https://raw.githubusercontent.c
|
|||
|
||||
#### Linux / MacOS
|
||||
|
||||
The script supports installation via `apt`, `rpm`, and `pacman` on Linux, plus a `.pkg` install on macOS:
|
||||
The script supports installation via `apt`, `dnf`, `yum`, `zypper`, `rpm`, and `pacman` on Linux, plus a `.pkg` install on macOS:
|
||||
|
||||
```
|
||||
bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.sh)
|
||||
```
|
||||
|
||||
#### NixOS
|
||||
|
||||
There's an official `xpipe` nixpkg available that you can install.
|
||||
This one is however not always up to date.
|
||||
|
||||
There is also a custom repository that contains the latest up-to-date releases: https://github.com/xpipe-io/nixpkg
|
||||
You can install XPipe by following the instructions in the linked repository.
|
||||
|
||||
### Package managers
|
||||
|
||||
Alternatively, you can also use your favorite package manager (if supported):
|
||||
|
@ -115,7 +123,6 @@ Alternatively, you can also use your favorite package manager (if supported):
|
|||
- [choco](https://community.chocolatey.org/packages/xpipe): `choco install xpipe`
|
||||
- [AUR package](https://aur.archlinux.org/packages/xpipe): `yay -S xpipe`
|
||||
- [Homebrew](https://github.com/xpipe-io/homebrew-tap): `brew install --cask xpipe-io/tap/xpipe`
|
||||
- [nixpkg](https://github.com/xpipe-io/nixpkg): You can install XPipe by following the linked repository instructions
|
||||
|
||||
## Open source model
|
||||
|
||||
|
|
Loading…
Reference in a new issue