README
This commit is contained in:
@@ -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.
|
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
|
### Development Environment
|
||||||
|
|
||||||
You will need to install [Go 1.6](https://golang.org/dl/)
|
You will need to install [Go 1.6](https://golang.org/dl/)
|
||||||
|
|||||||
Reference in New Issue
Block a user