more README.md

This commit is contained in:
nocci 2025-04-21 15:26:09 +02:00
parent c939a50690
commit 3313935388
1 changed files with 8 additions and 8 deletions

View File

@ -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**