From 6528cb759c3424ae4729d65a8fa5029b08cce9be Mon Sep 17 00:00:00 2001 From: Adekabang Date: Thu, 31 Jul 2025 14:41:53 -0400 Subject: [PATCH] docs: update README with new repository URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66e6359..c8e8a92 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ This project is bootstrapped using TypeScript & React for the UI, and Go for bac ### Setup ```sh -git clone https://github.com/khairul169/garage-webui.git +git clone https://github.com/Adekabang/garage-webui.git cd garage-webui && pnpm install cd backend && pnpm install && cd .. ```