Skip to content

Commit fb72a1b

Browse files
authored
Revise README for clarity on setup steps
Updated instructions for downloading configuration files and starting the game.
1 parent 20ea630 commit fb72a1b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,26 @@ Want to play 2D6 Dungeon? Follow these simple steps:
4444
- Create a new folder on your computer (name it anything you like, e.g., "2d6-game")
4545
- Open a terminal/command prompt and navigate to that folder
4646

47-
2. **Download the configuration**
48-
- Run this command to download the game configuration:
47+
2. **Download the configuration files**
48+
- Run these commands to download the game configuration:
4949
```
5050
curl -o docker-compose.yml https://raw.githubusercontent.com/FBoucher/2d6-dungeon-app/main/docker-compose.yml
51+
curl -o .env https://raw.githubusercontent.com/FBoucher/2d6-dungeon-app/main/.env.example
5152
```
5253
53-
3. **Start the game**
54+
3. **Customize the settings**
55+
- Open the `.env` file with a text editor
56+
- Change `MYSQL_ROOT_PASSWORD=changeme` to a password you choose (something simple is fine)
57+
- You can leave the other settings as they are
58+
59+
4. **Start the game**
5460
- Run this command:
5561
```
5662
docker-compose up -d --build
5763
```
5864
- Wait a minute for everything to download and start
5965
60-
4. **Play!**
66+
5. **Play!**
6167
- Open your web browser and go to: `http://localhost:8080`
6268
- Start your adventure!
6369

0 commit comments

Comments
 (0)