diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:42:30 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:42:30 +0100 |
commit | f8494ffd7a1c04fa98b664e72c2ec7432c7dd6a3 (patch) | |
tree | a1a56e7bd7c91134dacf6d3a281557af37cde2a7 | |
parent | 1fdb99eb4838a588d6fbcd949e7794360e5e5974 (diff) | |
download | honk_custom-f8494ffd7a1c04fa98b664e72c2ec7432c7dd6a3.tar.gz honk_custom-f8494ffd7a1c04fa98b664e72c2ec7432c7dd6a3.zip |
s/created/create/
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ The `make rsstitle install` will : - compile honk - copy manuals to the relevant sections in `/usr/share/man` - copy html template to `/usr/share/honk` -- created the **honk** user and group if not existing -- created a systemd service if `SYSTEMD=1` is defined in the Makefile +- create the **honk** user and group if not existing +- create a systemd service if `SYSTEMD=1` is defined in the Makefile - initialize the honk database if not existing at `/usr/share/honk/honk.db` # Patches |