]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update README.md 1.2.2
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 23 May 2023 15:52:34 +0000 (16:52 +0100)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 15:52:34 +0000 (16:52 +0100)
Remove references to the `development` branch!

README.md

index 651a64a4cb2e4d779542a75606c29476a0a77d83..ac25b49aec31b4449edbed9c27fa60acc0900a76 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,9 +3,6 @@
 
 It is a companion application to [Shairport Sync](https://github.com/mikebrady/shairport-sync) and provides timing information for AirPlay 2 operation.
 
-# Development
-This branch -- the `development` branch -- changes relatively rapidly and may contain significant bugs. The `main` branch is the most stable. Use it with the `development` branch of Shairport Sync.
-
 ## Installation
 
 This guide is for recent Linux and FreeBSD systems.
@@ -44,7 +41,6 @@ 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 development
 $ autoreconf -fi
 $ ./configure --with-systemd-startup
 $ make
@@ -54,7 +50,6 @@ $ make
 ```
 $ git clone https://github.com/mikebrady/nqptp.git
 $ cd nqptp
-$ git checkout development
 $ autoreconf -fi
 $ ./configure --with-freebsd-startup
 $ make