Skip to content

Commit 8ea46ee

Browse files
committed
Merge pull request #17 from florianjacob/patch-1
Note how to use the Arch Linux AUR package
2 parents acd57be + 133b28b commit 8ea46ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ sudo make install # Optional, if you want earlyoom to start
9393
# automatically as a service (works on Fedora)
9494
```
9595

96+
For Arch Linux, there's an [AUR package](https://aur.archlinux.org/packages/earlyoom/):
97+
```bash
98+
yaourt -S earlyoom
99+
sudo systemctl enable earlyoom
100+
sudo systemctl start earlyoom
101+
```
102+
96103
Use
97104
---
98105
Just start the executable you have just compiled:

0 commit comments

Comments
 (0)