Fixed typo in git clone command

This commit is contained in:
Dionysus 2024-11-29 02:46:22 -05:00
parent 4005778512
commit dc52d4e862
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/acidvegas/elastop.git
git clone https://github.com/acidvegas/elastop.git
cd elastop
go build
```