From bad7147ccfb1a34c75b615d7f8b0d08bae20748e Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Mon, 11 Aug 2025 11:26:10 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 18702039..66a9d654 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,12 @@ This application requires **slskd**, a web-based Soulseek client, to handle musi #### Installing slskd -**Option 1: Docker (MAYBE? UNTESTED)** +**Option 1: Manual Installation (RECOMMENDED)** +1. Download the latest release from [slskd GitHub releases](https://github.com/slskd/slskd/releases) +2. Extract and run the executable +3. Default web interface will be available at `http://localhost:5030` + +**Option 2: Docker (MAYBE? UNTESTED)** ```bash # Create directories for slskd mkdir -p ~/slskd/{config,downloads,incomplete} @@ -107,11 +112,6 @@ docker run -d \ slskd/slskd:latest ``` -**Option 2: Manual Installation (RECOMMENDED)** -1. Download the latest release from [slskd GitHub releases](https://github.com/slskd/slskd/releases) -2. Extract and run the executable -3. Default web interface will be available at `http://localhost:5030` - #### Configuring slskd 1. **Initial Setup**: Open `http://localhost:5030` in your browser