Update README.md
This commit is contained in:
parent
768700b51d
commit
bad7147ccf
1 changed files with 6 additions and 6 deletions
12
README.md
12
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue