Skip to content

Installing

TheRealOne78 edited this page Dec 15, 2022 · 2 revisions

Installing with make

Installing with make is easy as pie, the only command needed is the following:

root# make install

You also have to make sure you install an init service, or else you'll have to start ntfy-resources-usage manually each time you start you boot your computer.

# For Systemd users
root# make install_systemd

# For OpenRC users
root# make install_openrc

To uninstall ntfy-resources-usage, see the uninstalling page.
See how to use ntfy-resources-usage in the usage wiki page.

Clone this wiki locally