Update README.md

This commit is contained in:
Broque Thomas 2025-08-11 11:26:10 -07:00
parent 768700b51d
commit bad7147ccf

View file

@ -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