diff --git a/README.md b/README.md index 03a61a6..6f56bbc 100644 --- a/README.md +++ b/README.md @@ -44,30 +44,30 @@ cd steam-gift-manager Make sure you have [Docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) installed. ### 3. **Initial Setup** - +``` chmod +x setup.sh ./setup.sh - +``` This script prepares all directories, configuration, and translation files. ### 4. **Build and Start the App** - +``` cd steam-gift-manager/ docker-compose build --no-cache docker-compose up -d - +``` ### 5. **Initialize and Edit Translations (Optional)** - +``` ./translate.sh - +``` Edit the .po files in steam-translations/de/LC_MESSAGES/messages.po and en/LC_MESSAGES/messages.po - +``` ./translate.sh cd steam-gift-manager/ docker-compose restart steam-manager - +``` ### 6. **Open the App**