Skip to content

Commit

Permalink
docs: fix Ubuntu ppa repository name
Browse files Browse the repository at this point in the history
Went through the installation and found that there is a typo in the README.

Seems that the right ppa is the same as the one for quickemu and one with `quickgui` in it.
  • Loading branch information
miquelbeltran authored and flexiondotorg committed Aug 2, 2024
1 parent d8bdb40 commit 7d13a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ systemPackages = with pkgs; [
Ubuntu users can install Quickgui using the [.deb package described above for Debian](#debian) or from our PPA.

```shell
sudo add-apt-repository ppa:flexiondotorg/quickgui
sudo apt-add-repository ppa:flexiondotorg/quickemu
sudo apt-get update
sudo apt-get install quickgui
```
Expand Down

0 comments on commit 7d13a31

Please sign in to comment.