diff --git a/README.md b/README.md index 3e7fe97..6a8d7a8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ No more confusion about whether a key is redeemed, gifted, or still unused – n ### 1. **Clone the Repository** -``` +```bash git clone https://git.nocci.it/nocci/GiftGamesDB cd steam-gift-manager ``` @@ -47,7 +47,7 @@ Make sure you have [Docker](https://www.docker.com/) and [docker-compose](https: ### 3. **Initial Setup** -``` +```bash chmod +x setup.sh ./setup.sh ``` @@ -56,7 +56,7 @@ This script prepares all directories, configuration, and translation files. ### 4. **Build and Start the App** -``` +```bash cd steam-gift-manager/ docker-compose build --no-cache docker-compose up -d @@ -64,13 +64,13 @@ docker-compose up -d ### 5. **Initialize and Edit Translations (Optional)** -``` +```bash ./translate.sh ``` Edit the .po files in steam-translations/de/LC_MESSAGES/messages.po and en/LC_MESSAGES/messages.po -``` +```bash ./translate.sh cd steam-gift-manager/ docker-compose restart steam-manager