From 903ee76109c0d736fe973c67c2cb9cbe50e7ea71 Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 13 Feb 2023 08:54:27 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 -- 2.47.3