From 9392988f1257c13012b8cf3239e03da29aadbb7d Mon Sep 17 00:00:00 2001 From: "Eugene E. Kashpureff Jr" Date: Sun, 8 May 2016 16:33:16 +0000 Subject: [PATCH] Update documentation for rebase The release/upstream branches no longer exist; everything is now in develop. This fixes #56. --- INSTALL.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4250db74..84e1c015 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,12 +18,11 @@ $ echo $JAVA_HOME $ ``` -Now you can clone a copy of this repository and switch to the `release` branch if it is not automatically checked out: +Now you can clone a copy of this repository: ``` $ git clone git://github.com/Libresonic/libresonic.git $ cd libresonic -$ git checkout release $ ```