Skip to content

Commit f67c492

Browse files
committed
run trunk fmt
1 parent 7a61751 commit f67c492

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/Getting-Started/Quick-Start-Guide.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ Now that we have everything gathered, we can begin getting your instance set up!
5454
6. Modify the following values in the **volumes** to configure the application
5555
- `/path/to/library`: Path to the directory where your rom files will be stored (usually the parent folder of the `roms` folder)
5656
- `/path/to/assets`: Path to the directory where you will store your saves, etc
57-
- `/path/to/config`: Path to the directory where you will store the config.yml
58-
> At this step store the `config.yml` file in this folder
57+
- `/path/to/config`: Path to the directory where you will store the config.yml (store the `config.yml` file in this folder)
5958
7. Save the file as _docker-compose.yml_ instead of _docker-compose.example.yml_. It should look something like this:
6059

6160
<!-- prettier-ignore -->
@@ -83,10 +82,10 @@ Now that we have everything gathered, we can begin getting your instance set up!
8382
}
8483
```
8584

86-
1. Run `docker ps -f name=romm` to verify that the containers are running
87-
2. Open a web browser and navigate to `http://localhost:80`, where you should be greeted with the RomM setup page
88-
3. Go through the setup wizard, setting your admin username and password
89-
4. Log in with the credentials you set in the last step
85+
10. Run `docker ps -f name=romm` to verify that the containers are running
86+
11. Open a web browser and navigate to `http://localhost:80`, where you should be greeted with the RomM setup page
87+
12. Go through the setup wizard, setting your admin username and password
88+
13. Log in with the credentials you set in the last step
9089

9190
## Configure
9291

0 commit comments

Comments
 (0)