Update DOSEMU installation instructions in README for better clarity

This commit is contained in:
Elmar Kresse
2025-07-03 16:52:34 +02:00
parent 4d2171f057
commit 47372c768a

View File

@ -70,9 +70,15 @@ The project is organized into modular assembly files:
### Option 2: Using DOSEMU (Linux) ### Option 2: Using DOSEMU (Linux)
1. **Install DOSEMU**: 1. **Install DOSEMU**:
```bash ```bash
sudo apt-get install dosemu sudo add-apt-repository ppa:dosemu2/ppa
``` sudo apt update
sudo apt install dosemu2
```
# For older versions, you might need:
```bash
sudo apt-get install dosemu
```
2. **Setup and compile** as described above 2. **Setup and compile** as described above