docs: update README with new repository URL

This commit is contained in:
Adekabang 2025-07-31 14:41:53 -04:00
parent 29aedfee0e
commit 6528cb759c

View File

@ -181,7 +181,7 @@ This project is bootstrapped using TypeScript & React for the UI, and Go for bac
### Setup ### Setup
```sh ```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 garage-webui && pnpm install
cd backend && pnpm install && cd .. cd backend && pnpm install && cd ..
``` ```