From aa7457b958787a1c564caf1fe14e751a10de59c8 Mon Sep 17 00:00:00 2001 From: Christoffer Sawicki Date: Sun, 18 Feb 2024 23:11:31 +0100 Subject: [PATCH] Add missing rm command to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d6e55a..bd86044 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Version: 1.1-dev. Shared Memory Interface Version: 5. If you are updating from version `1.2.4` or earlier in Linux, remove the service file `nqptp.service` from the directories `/lib/systemd/system` and `/usr/local/lib/systemd/system` (you'll need superuser privileges): ``` # rm /lib/systemd/system/nqptp.service -# /usr/local/lib/systemd/system/nqptp.service +# rm /usr/local/lib/systemd/system/nqptp.service # systemctl daemon-reload ``` Don't worry if you get a message stating that the files doesn't exist -- no harm done. -- 2.47.2