docs: fix Ubuntu ppa repository name
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.
This commit is contained in:
parent
d8bdb40217
commit
7d13a31e39
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue