File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments