From f338ab751aac1261945430d0b2509b84e673e5d9 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Sat, 23 Dec 2023 06:18:36 +0100 Subject: [PATCH] Fix Windows executable name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50d2e88..c5bf49a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Empede is configured using environment variables: ### Windows 1. Download and extract the [latest release](https://git.sijman.nl/_/empede/releases) -3. Run `.\empede` in a PowerShell (To specify a host and port, first set the `$env:MPD_HOST` and `$env:MPD_PORT` variables) +3. Run `.\empede.exe` in a PowerShell (To specify a host and port, first set the `$env:MPD_HOST` and `$env:MPD_PORT` variables) 3. Go to http://localhost:8080 ### Building from source