mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Change aur helper to yay
This commit is contained in:
parent
9637d62816
commit
0adc0e3f4c
1 changed files with 2 additions and 2 deletions
|
@ -101,10 +101,10 @@ rm virtscreen.deb
|
||||||
|
|
||||||
### Arch Linux (AUR)
|
### Arch Linux (AUR)
|
||||||
|
|
||||||
There is [`virtscreen` AUR package](https://aur.archlinux.org/packages/virtscreen/) available. Though there are many ways to install the AUR package, one of the easiest way is to use [`yaourt`](https://github.com/polygamma/aurman) AUR helper:
|
There is a [`virtscreen` AUR package](https://aur.archlinux.org/packages/virtscreen/) available. Though there are many ways to install the AUR package, one of the easiest ways is to use [`yay`](https://github.com/Jguer/yay) a AUR helper:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yaourt virtscreen
|
yay -S virtscreen
|
||||||
```
|
```
|
||||||
|
|
||||||
### Python `pip`
|
### Python `pip`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue