Skip to content

Commit 0e13821

Browse files
authored
Add installation information about the packaged Arch's AUR (#105)
1 parent 4babeec commit 0e13821

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Percollate is a command-line tool that turns web pages into beautifully formatte
3232
npm install -g percollate
3333
```
3434

35+
There's also a packaged version on [Arch's
36+
AUR](https://wiki.archlinux.org/index.php/Arch_User_Repository)
37+
repositories, and you can install using your local [AUR
38+
helper](https://wiki.archlinux.org/index.php/AUR_helpers) (yay, pacaur,
39+
etc).
40+
41+
```bash
42+
# using yay
43+
yay -S nodejs-percollate
44+
```
45+
3546
Percollate and its dependencies require Node.js version 10.22.0 or later.
3647

3748
## Usage

0 commit comments

Comments
 (0)