typos
This commit is contained in:
		
							parent
							
								
									03f736b5d8
								
							
						
					
					
						commit
						491ebb2423
					
				
					 1 changed files with 10 additions and 4 deletions
				
			
		
							
								
								
									
										10
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
# 🗝️ Steam Key Management System 🔑
 | 
					# 🔑 Steam Key Management System v
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -35,15 +35,18 @@ No more confusion about whether a key is redeemed, gifted, or still unused – n
 | 
				
			||||||
## 🚀 Get Started! 🚀
 | 
					## 🚀 Get Started! 🚀
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 1. **Clone the Repository**
 | 
					### 1. **Clone the Repository**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
git clone https://git.nocci.it/nocci/GiftGamesDB
 | 
					git clone https://git.nocci.it/nocci/GiftGamesDB
 | 
				
			||||||
cd steam-gift-manager
 | 
					cd steam-gift-manager
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 2. **Setup Docker**
 | 
					### 2. **Setup Docker**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Make sure you have [Docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) installed.
 | 
					Make sure you have [Docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) installed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 3. **Initial Setup**
 | 
					### 3. **Initial Setup**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
chmod +x setup.sh
 | 
					chmod +x setup.sh
 | 
				
			||||||
./setup.sh
 | 
					./setup.sh
 | 
				
			||||||
| 
						 | 
					@ -52,6 +55,7 @@ chmod +x setup.sh
 | 
				
			||||||
This script prepares all directories, configuration, and translation files.
 | 
					This script prepares all directories, configuration, and translation files.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 4. **Build and Start the App**
 | 
					### 4. **Build and Start the App**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
cd steam-gift-manager/
 | 
					cd steam-gift-manager/
 | 
				
			||||||
docker-compose build --no-cache
 | 
					docker-compose build --no-cache
 | 
				
			||||||
| 
						 | 
					@ -59,10 +63,13 @@ docker-compose up -d
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### 5. **Initialize and Edit Translations (Optional)**
 | 
					### 5. **Initialize and Edit Translations (Optional)**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
./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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
./translate.sh
 | 
					./translate.sh
 | 
				
			||||||
cd steam-gift-manager/
 | 
					cd steam-gift-manager/
 | 
				
			||||||
| 
						 | 
					@ -87,7 +94,6 @@ Go to [http://localhost:5000](http://localhost:5000) in your browser.
 | 
				
			||||||
- **Containerization:** Docker, docker-compose
 | 
					- **Containerization:** Docker, docker-compose
 | 
				
			||||||
- **Translations:** Flask-Babel, editable `.po` files in `steam-translations/`
 | 
					- **Translations:** Flask-Babel, editable `.po` files in `steam-translations/`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
## 🌍 Multi-language
 | 
					## 🌍 Multi-language
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- Switch between English and German using the dropdown in the navigation bar.
 | 
					- Switch between English and German using the dropdown in the navigation bar.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue