Skip to content

Commit

Permalink
Remove pamac reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hirak99 committed Jul 8, 2024
1 parent 4829bba commit 36e9d03
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,19 @@ explains the abstraction for implementing a new backend.

## Arch Linux: Install from AUR

Use your preferred AUR handler -

```bash
# Use your favorite AUR manager. E.g. -
yay -S yabsnap
# OR,
pamac install yabsnap
# OR
paru -S yabsnap
```

Or install manually from AUR -
```sh
mkdir yabsnap_tmp && cd yabsnap_tmp
curl 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=yabsnap' -o PKGBUILD
mkpkg -si
```

## Other Distributions: Install from git
Expand Down

0 comments on commit 36e9d03

Please sign in to comment.