Skip to content

Commit

Permalink
[BUGFIX] Change pacman to yay
Browse files Browse the repository at this point in the history
  • Loading branch information
Abir-Tx committed Sep 11, 2023
1 parent c479868 commit 2a6422a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ The motivation of this project is to get rid of writing most/frequently needed f
## Linux
Download the `alib.hpp` from the **[Releases](https://github.com/Abir-Tx/ALib/releases)** section & copy it to the `/usr/include` folder & that's it
### Arch Linux
Arch users can install the library from [AUR](https://aur.archlinux.org/packages/alib) easily using `pacman`
Arch users can install the library from [AUR](https://aur.archlinux.org/packages/alib) easily using `yay`
```bash
pacman -S alib
yay -S alib
```

# Contributing
Expand Down

0 comments on commit 2a6422a

Please sign in to comment.