From 35826cc58493fe1ad1bd066d357b6625216016fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Mitrovi=C4=87?= Date: Sat, 15 Apr 2023 14:50:54 +0200 Subject: [PATCH] Adding the actually correct link to the AUR package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dušan Mitrović --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527992c..14eb67c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Supersonic is available in the AUR and can be built either manually with `makepk * Make sure you have the base-devel package group installed on your system - ``sudo pacman -S --needed base-devel`` * Clone the AUR repository and navigate into the cloned directory - - ``git clone https://aur.archlinux.org/packages/supersonic-desktop.git && cd supersonic-desktop`` + - ``git clone https://aur.archlinux.org/supersonic-desktop.git && cd supersonic-desktop`` * Build the package with makepkg - ``makepkg -si``