Skip to content

Commit

Permalink
added instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maweki committed Feb 19, 2018
1 parent 62a53da commit 08aa60c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -27,14 +27,13 @@
```
git clone https://github.com/xkonni/snapcastr
cd snapcastr
change server address in snapcastr.py
pip install .
```

### run/debug
to just run the application
```
snapcastrd --host=0.0.0.0 --port=5011
snapcastrd --bind=0.0.0.0 --port=5011 --host=snapserver
```

to debug it
Expand Down

0 comments on commit 08aa60c

Please sign in to comment.