Update documentation for rebase

The release/upstream branches no longer exist; everything is now in
develop. This fixes #56.
This commit is contained in:
Eugene E. Kashpureff Jr
2016-05-08 16:33:16 +00:00
parent 4d160db69b
commit 9392988f12
+1 -2
View File
@@ -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
$
```