Skip to content

Commit

Permalink
Update README.md - add wchisp-git and remove -Syu
Browse files Browse the repository at this point in the history
Two options to install are named, lets use both as examples, not just one of them.
-Syu is optional for this case and not required. Lets leave it to the users if they want to run it with -Syu or other options.
  • Loading branch information
froscon2024 authored and andelf committed Oct 8, 2024
1 parent 51bdc60 commit c7a7434
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,12 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="4348", ATTRS{idProduct}=="55e0", MODE="0666"
### Arch Linux

Arch Linux users can install [wchisp](https://aur.archlinux.org/packages/wchisp) or [wchisp-git](https://aur.archlinux.org/packages/wchisp-git) via the AUR.

```bash
yay -Syu wchisp
yay wchisp
```
or
```bash
yay wchisp-git
```

## Usage
Expand Down

0 comments on commit c7a7434

Please sign in to comment.