diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fce2b9 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Empede +**A web client for MPD.** + +![Screenshot](screenshots/screenshot.webp) + +## Running +### Building from source +1. Make sure Rust is installed (https://rustup.rs/) +2. Run `cargo run` (To specify a host and port, run `MPD_HOST=ip MPD_PORT=6600 cargo run`) +3. Go to http://localhost:8080 diff --git a/screenshots/screenshot.webp b/screenshots/screenshot.webp new file mode 100644 index 0000000..7647c1b Binary files /dev/null and b/screenshots/screenshot.webp differ