From 3313935388d8b0bac10c455e2284ad072f752884 Mon Sep 17 00:00:00 2001 From: nocci Date: Mon, 21 Apr 2025 15:26:09 +0200 Subject: [PATCH] more README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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**