diff --git a/README.md b/README.md index b71192a..3f8f7f5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ docker-compose up Manual Installation ```bash - # Install dependencies pip install -r requirements.txt @@ -69,17 +68,12 @@ Feature Toggles ENABLE_DOWNLOAD - Enable file downloads (default: True) ENABLE_API - Enable JSON API endpoints (default: True) -UI Settings - - THEME - UI theme, dark or light (default: dark) - ## Development With Nix The project includes a complete Nix flake for reproducible development: ```bash - # Enter development shell nix develop @@ -94,7 +88,6 @@ With Just If you have just installed: ```bash - # See all available commands just @@ -109,7 +102,6 @@ just clean # Clean temporary files Manual Development ```bash - # Install dependencies pip install -r requirements.txt @@ -144,7 +136,6 @@ The compose file includes an optional nginx reverse proxy: ```bash - # Start with proxy docker-compose --profile with-proxy up ```