Fixed typo in git clone command

This commit is contained in:
2024-11-29 02:46:22 -05:00
parent 4005778512
commit dc52d4e862
+1 -1
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
```