Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add installation instructions for the Arch user repository
  • Loading branch information
Sir-Photch authored Mar 10, 2024
1 parent c0605cb commit 1c4d655
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ scoop install extras/adguardian

> For Windows users, AdGuardian is availible via the [Scoop](https://scoop.sh/) package manager, as part of the `extras` bucket - You'll need Scoop installed, then follow [these instructions](https://scoop.sh/#/apps?q=adguardian). This was contributed by [@kzshantonu](https://github.com/kzshantonu) in [ScoopInstaller/Extras#11386](https://github.com/ScoopInstaller/Extras/pull/11386)
### [AUR](https://aur.archlinux.org/packages/adguardian)

```bash
paru -Syu adguardian
# or
yay -Syu adguardian
# or
git clone https://aur.archlinux.org/adguardian.git && cd adguardian && makepkg -si
```

### One-Liner

```bash
Expand Down

0 comments on commit 1c4d655

Please sign in to comment.