Update 'README.md'

This commit is contained in:
MNTLe 2023-05-10 17:43:13 +12:00
parent 9ba970b9b0
commit 755a6252c2

View File

@ -17,14 +17,15 @@ The script reads configuration settings from a `dbgr.conf` file, which can be ed
1. Install DOSBox. 1. Install DOSBox.
2. Clone the repository or download the source code. 2. Clone the repository or download the source code.
3. Run `pip install -r requirements.txt` to install dependencies (PyQt5 and configparser). 3. Run `pip install PyQt5 configparser` to install dependencies (PyQt5 and configparser).
4. Edit `dbgr.conf` to configure DOSBox settings for your system. 4. Run the app with `python dbgr.py` once. It will error out, and create `dbgr.conf`
5. Edit `dbgr.conf` to configure DOSBox settings for your system.
## Usage ## Usage
1. Launch `game_runner.py`. 1. Launch `dbgr.py`.
2. Use the `config_editor.py` script to edit the configuration settings as needed. 2. tThe script will call `config_editor.py` script to edit the configuration settings as needed.
3. Click the "Launch Game" button to start the configured game in DOSBox. 3. Click the "Save" button to start the configured game in DOSBox.
## Contributing ## Contributing