From 0abd88784ba5b43c44ccb9e90e8ae0262862d47b Mon Sep 17 00:00:00 2001 From: SWarrener <120340315+SWarrener@users.noreply.github.com> Date: Fri, 29 Nov 2024 15:02:42 +0000 Subject: [PATCH] Fixing incorrect link in INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 343addf52..37e03351f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -140,7 +140,7 @@ The GitHub Pages version of these directions may be out of date. Please use If you don't have a checkout: ```bash - git clone --recursive https://github.com/DaveDavenport/rofi + git clone --recursive https://github.com/lbonn/rofi cd rofi/ ```