diff --git a/README.md b/README.md new file mode 100644 index 0000000..9509076 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +MPD Client +========== + +MPD Client built with Sinatra and CanJS. Uses Server-Sent Events for updating +the interface in realtime. + +Instructions +------------ + +1. Install dependencies with `bundle install`. +2. Run server with `bundle exec thin start`. +3. Connect to with your browser. +4. Profit! + +Todo +---- + +- Library browser +- Queue editing +- Tests +- Better name