fixed typo in readme git clone url

This commit is contained in:
Dionysus 2024-11-29 01:43:55 -05:00
parent 5e334b304a
commit 7ecdede375
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -20,7 +20,7 @@ Elastop is a terminal-based dashboard for monitoring Elasticsearch clusters in r
```bash
# Clone the repository
git git clone https://github.com/yourusername/elastop.git
git git clone https://github.com/acidvegas/elastop.git
cd elastop
go build
```