]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 13 Feb 2023 08:54:27 +0000 (08:54 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Feb 2023 08:54:27 +0000 (08:54 +0000)
README.md

index dac8fc7534209c830b3ea5bbcc67896290b8d977..7a2b7ddd9752f47da4fc33eaae6d854a351408b1 100644 (file)
--- 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