From 24a6317d58b604d0d86504bc40e4c25bc7e11030 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Wed, 31 Jul 2024 07:26:33 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74050c4..00f2932 100644 --- a/README.md +++ b/README.md @@ -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 ```