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