Skip to content

Installing

TheRealOne78 edited this page Jan 2, 2024 · 2 revisions

Installing with make

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

root# make install

To install the configuration files, use the following command:

root# make install_config

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