diff --git a/README.md b/README.md
index d1d20a4..b108480 100644
--- a/README.md
+++ b/README.md
@@ -48,13 +48,14 @@ docker compose up -d
-
## Check out the awesome sponsors of MediaManager ❤️
+
+
## Roadmap
- [x] support for more torrent indexers
@@ -95,7 +96,6 @@ See the [open issues](hhttps://maxdorninger.github.io/MediaManager/issues) for a


-
## Developer Quick Start
```bash
@@ -104,8 +104,9 @@ See the [open issues](hhttps://maxdorninger.github.io/MediaManager/issues) for a
# Activate the virtual environment
uv pip install -e .
```
+
```bash
-docker compose up db -d
+docker compose -f docker-compose.yaml -f docker-compose.dev.yaml up db -d
```
```bash
@@ -115,26 +116,28 @@ uv run alembic upgrade head
### Get the frontend up and running
```bash
-cd /web && npm install
+cd ./web && npm install
```
### Now start the backend and frontend
+
```bash
-fastapi dev /media_manager/main.py --reload --host
+fastapi dev ./media_manager/main.py --reload --host
```
```bash
-cd /web && npm run dev
+cd ./web && npm run dev
```
-
+
## License
Distributed under the AGPL 3.0. See `LICENSE.txt` for more information.
+
## Acknowledgments
* [Thanks to Pawel Czerwinski for the image on the login screen](https://unsplash.com/@pawel_czerwinski)