We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4babeec commit 0e13821Copy full SHA for 0e13821
README.md
@@ -32,6 +32,17 @@ Percollate is a command-line tool that turns web pages into beautifully formatte
32
npm install -g percollate
33
```
34
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
46
Percollate and its dependencies require Node.js version 10.22.0 or later.
47
48
## Usage
0 commit comments