diff --git a/README.md b/README.md index 5456edc9..3ef8cc29 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ docker run -d \ slskd/slskd:latest ``` -**Option 2: Manual Installation** +**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` diff --git a/database/music_library.db-shm b/database/music_library.db-shm new file mode 100644 index 00000000..fe9ac284 Binary files /dev/null and b/database/music_library.db-shm differ diff --git a/database/music_library.db-wal b/database/music_library.db-wal new file mode 100644 index 00000000..e69de29b diff --git a/ui/pages/__pycache__/downloads.cpython-312.pyc b/ui/pages/__pycache__/downloads.cpython-312.pyc index d17bd721..272c564c 100644 Binary files a/ui/pages/__pycache__/downloads.cpython-312.pyc and b/ui/pages/__pycache__/downloads.cpython-312.pyc differ