We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acd57be + 133b28b commit 8ea46eeCopy full SHA for 8ea46ee
README.md
@@ -93,6 +93,13 @@ sudo make install # Optional, if you want earlyoom to start
93
# automatically as a service (works on Fedora)
94
```
95
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
+
103
Use
104
---
105
Just start the executable you have just compiled:
0 commit comments