Skip to content

Commit

Permalink
document VICE installation on Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Nov 4, 2023
1 parent 349e3f2 commit 360c099
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

### Emulator installation

#### Fedora

1. [Enable the RPM Fusion nonfree repository](https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/)
2. Install the X128 VICE emulator:

```
sudo dnf install vice-x128
```

#### Debian and derivatives

On Debian and derivatives, install the `vice` package:

```
Expand Down

0 comments on commit 360c099

Please sign in to comment.