📖 Change AUR instructions to fit multiple packages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Generalized AUR package installation instructions slightly to take note of the fact that there are multiple AUR packages available for bemoji. Thanks to @thayne for packaging up the semver release version of bemoji for the AUR!
This commit is contained in:
parent
56ae0f1bab
commit
941dd4aaea
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ ln -s bemoji/bemoji /usr/local/bin/bemoji
|
|||
|
||||
### Arch Linux
|
||||
|
||||
On Arch Linux, bemoji has been packaged for the [AUR](https://aur.archlinux.org/packages/bemoji-git) so it can be installed manually from here or easily with your preferred AUR helper, e.g.:
|
||||
On Arch Linux, bemoji has been packaged for the [AUR](https://aur.archlinux.org/packages?K=bemoji) so it can be installed manually from here or easily with your preferred AUR helper, e.g.:
|
||||
|
||||
```bash
|
||||
paru -S bemoji-git
|
||||
paru -S bemoji
|
||||
```
|
||||
|
||||
## 💿 Usage
|
||||
|
|
Loading…
Reference in a new issue