Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit d1dfa40

Browse files
authored
Update README to simplify setup instructions
Removed steps 3 and 4 from the setup instructions.
1 parent 50dc9f6 commit d1dfa40

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,16 @@ Run the web UI alongside your existing abs-kosync daemon:
3131
1. Clone this repository:
3232
```bash
3333
git clone https://github.com/cporcellijr/abs-kosync-web-ui.git
34-
cd abs-kosync-web-ui
34+
3535
```
3636

3737
2. Edit `docker-compose.yml` with your settings:
3838
- Update volume paths for your books and data directories
3939
- Set your Audiobookshelf and KOSync credentials
4040
- Adjust port if needed (default: 8080)
4141

42-
3. Start the container:
43-
```bash
44-
docker compose up -d
45-
```
4642

47-
4. Access the web UI at `http://localhost:8080`
43+
3. Access the web UI at `http://localhost:8080`
4844

4945

5046
## Configuration

0 commit comments

Comments
 (0)