Skip to content

Commit 671b65f

Browse files
authored
Merge pull request #27 from zurdi15/develop
Develop
2 parents ccc06f2 + 1a41dca commit 671b65f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Dreamcast support (https://github.com/zurdi15/romm#platforms-support)
66

77
## Changed
8-
- SQLite is now the database by default if ROMM_DB_DRIVER is not set
8+
- SQLite is now the database by default if ROMM_DB_DRIVER is not set. Check [docker-compos.example.yml](https://github.com/zurdi15/romm/blob/master/docker/docker-compose.example.yml)
99
- Platforms and games are now shown by alphabetical order
1010

1111
<br>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For now, it is only available as a docker [image](https://hub.docker.com/r/zurdi
1717
* Possibility to select one of the matching IGDB results if the scan doesn't get the right one
1818
* Download games directly from your web-browser
1919
* Edit your game files directly from your web-browser
20+
* Works with SQLite or MaridDB (SQLite by default)
2021
* Responsive design
2122
* Light and dark theme
2223

@@ -25,7 +26,6 @@ For now, it is only available as a docker [image](https://hub.docker.com/r/zurdi
2526
* Set a custom cover for each game
2627
* Upload games directly from your web-browser
2728
* Manage save files directly from your web-browser
28-
* SQLite compatible as default database if mariadb is not set
2929

3030
# Prerequisites
3131

@@ -130,3 +130,7 @@ The following table shows how to name your platforms folders in order to get the
130130
## Troubleshoot
131131

132132
After the first installation, sometimes the RomM container can have problems connecting with the database. Restarting the RomM container may solve the problem.
133+
134+
## References
135+
136+
Complete [changelog](https://github.com/zurdi15/romm/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)