]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 21 May 2022 05:16:00 +0000 (06:16 +0100)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 05:16:00 +0000 (06:16 +0100)
README.md

index 898d37e69fd4b6d75f01bf1700b40e4eaae45c7d..8d204bf0d92e258bacc82eea7373a1b2de105c17 100644 (file)
--- a/README.md
+++ b/README.md
@@ -97,14 +97,14 @@ If you are updating an existing installation of `nqptp`, after installing it you
 ```
 #### FreeBSD
 ##### First Install
-If you are installing `nqptp` for the first time, add an automatic startup entry for it in `/etc/rc.local and start it:
+If you are installing `nqptp` for the first time, add an automatic startup entry for it in `/etc/rc.local` and start it:
 1. Edit `/etc/rc.conf` and add the following line:
    ```
    nqptp_enable="YES"
    ```
 2. When you have finished editing `/etc/rc.conf`, you can start `nqptp` from the command line:
    ```
-   # service nqptp restart
+   # service nqptp start
    ```
 If Shairport Sync is already running, you should you restart it after starting `nqptp`:
 ```