]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Add missing rm command to README.md 32/head
authorChristoffer Sawicki <christoffer.sawicki@gmail.com>
Sun, 18 Feb 2024 22:11:31 +0000 (23:11 +0100)
committerGitHub <noreply@github.com>
Sun, 18 Feb 2024 22:11:31 +0000 (23:11 +0100)
README.md

index 6d6e55afd89add745ab3887eb64ef8bee01e8e7a..bd86044fa941a13be10fd46ed4bab1b9fae312d5 100644 (file)
--- 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.