From: Christoffer Sawicki Date: Sun, 18 Feb 2024 22:11:31 +0000 (+0100) Subject: Add missing rm command to README.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7457b958787a1c564caf1fe14e751a10de59c8;p=thirdparty%2Fnqptp.git Add missing rm command to README.md --- 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.