Add Linux binary to readme
This commit is contained in:
parent
ef4604813b
commit
1b7c5a0bcb
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
||||||
![Screenshot](screenshots/screenshot.webp)
|
![Screenshot](screenshots/screenshot.webp)
|
||||||
|
|
||||||
## Running
|
## 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
|
### Building from source
|
||||||
1. Make sure Rust is installed (https://rustup.rs/)
|
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`)
|
2. Run `cargo run` (To specify a host and port, run `MPD_HOST=ip MPD_PORT=6600 cargo run`)
|
||||||
|
|
Loading…
Reference in a new issue