From 535e040b02fa83626ef18142b33a6a3ab371c640 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Thu, 27 Apr 2023 16:37:54 +0200 Subject: [PATCH] Add Linux binary to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7fce2b9..2f19e6b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ ![Screenshot](screenshots/screenshot.webp) ## Running +### Linux +1. Download the [latest release](https://git.sijman.nl/_/empede/releases) +2. Run `./empede` (To specify a host and port, run `MPD_HOST=ip MPD_PORT=6600 ./empede`) +3. Go to http://localhost:8080 + ### 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`)