Update clone command with correct repository URL

This commit is contained in:
nesquena-hermes
2026-03-30 21:29:13 -07:00
committed by GitHub
parent b675fb3352
commit 3e3190a3db

View File

@@ -15,7 +15,7 @@ center for chat, right for workspace file browsing.
## Quick start ## Quick start
```bash ```bash
git clone <this-repo> hermes-webui git clone https://github.com/nesquena/hermes-webui.git hermes-webui
cd hermes-webui cd hermes-webui
./start.sh ./start.sh
``` ```