From 31c1fd1907bc6ac6b2a6a998c1ce276a2a658bbc Mon Sep 17 00:00:00 2001 From: nocci Date: Tue, 22 Apr 2025 11:08:43 +0200 Subject: [PATCH] typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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