From ef74a2ce19dba22eb6ae0a7f28dd2c5d8a9a8b16 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 5 Jul 2021 19:06:08 -0600 Subject: [PATCH] Fixed git clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03ac327..3672b85 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Opens grateful dead soundboards and plays them in your terminal. ```sh # Download -git clone https://gitea.ksn.gf4/ki9/gdead.git /usr/local/src/gdead +git clone https://gitea.gf4.pw/ki9/gdead.git /usr/local/src/gdead # "Build" ln -s /usr/local/src/gdead/gdead /usr/local/bin/gdead ```