Skip to content

Commit 14496de

Browse files
committed
Added more content to the README file.
1 parent 59b16c5 commit 14496de

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# DOSBox-GUI
1+
# DOSBox GUI
22
A graphical DOSBox configuration utility for Linux.
3+
4+
## Description
5+
6+
The tool allows you to create different profiles for DOSBox with ease.
7+
Simply fill out the form, enter a name for your profile and click on the create profile button to create a new profile.
8+
9+
The profile will saved and a shortcut will be created on your desktop to easily launch the profile of your choice.
10+
11+
## How to install
12+
1. Install python2 by running `sudo apt-get install python2` in a terminal.
13+
2. Download the [latest release](https://github.com/Techcrafter/DOSBox-GUI/releases/latest).
14+
3. Extract the .zip file.
15+
4. Run the `RUN ME.sh` file.
16+
5. DOSBox GUI should open!
17+
6. Follow the shown steps to create a new DOSBox profile!
18+
19+
## Screenshot
20+
![Screenshot 1](URL_HERE)

install python2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
gnome-terminal -- ./program-data/dependencies.sh

program-data/config.conf

Whitespace-only changes.

program-data/dependencies.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
echo Please enter your sudo password to install the dependencies:
4+
sudo apt-get install python2
5+
echo Done!
6+
echo Press any key...
7+
read null

0 commit comments

Comments
 (0)