This commit is contained in:
Deluan
2016-03-31 22:28:33 -04:00
parent 62bfc85b07
commit 5b9b430825
+10
View File
@@ -28,6 +28,16 @@ I'm currently trying to implement all functionality from API v1.8.0, with some e
Check the (almost) up to date [compatibility chart](https://github.com/deluan/gosonic/wiki/Compatibility) for what is working.
### Installation
As this is a work in progress, there are no installers yet. To have GoSonic running in your computer, follow the steps in the
Development Environment section below, then run it with:
```
$ export GOSONIC_MUSICFOLDER="/path/to/your/iTunes Library.xml"
$ bee run
```
The server should start and listening to port 4533.
### Development Environment
You will need to install [Go 1.6](https://golang.org/dl/)