From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 13 Feb 2023 08:54:27 +0000 (+0000) Subject: Update README.md X-Git-Tag: 1.2~1^2~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=903ee76109c0d736fe973c67c2cb9cbe50e7ea71;p=thirdparty%2Fnqptp.git Update README.md --- diff --git a/README.md b/README.md index dac8fc7..7a2b7dd 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ It is a companion application to [Shairport Sync](https://github.com/mikebrady/shairport-sync) and provides timing information for AirPlay 2 operation. -# Danger -This branch of the NQPTP repository is very likely to be buggy and can change very rapidly and without warning. The `development` branch is more stable, although it too may contains bugs. The `master` branch is the most stable. - -The `danger` branch version of NQPTP may only be compatible with the `danger` branch of Shairport Sync. +# Development +This branch -- the `development` branch -- changes relatively rapidly and may contain significant bugs. The `main` branch is the most stable. ## Installation @@ -46,7 +44,7 @@ Note that you will need superuser privileges to install, enable and start the da ``` $ git clone https://github.com/mikebrady/nqptp.git $ cd nqptp -$ git checkout danger +$ git checkout development $ autoreconf -fi $ ./configure --with-systemd-startup $ make @@ -56,7 +54,7 @@ $ make ``` $ git clone https://github.com/mikebrady/nqptp.git $ cd nqptp -$ git checkout danger +$ git checkout development $ autoreconf -fi $ ./configure --with-freebsd-startup $ make