From dc52d4e862e7053c1c6a01c09fc7b7df1b1460ac Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 29 Nov 2024 02:46:22 -0500 Subject: [PATCH] Fixed typo in git clone command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3927d8..d244425 100644 --- a/README.md +++ b/README.md @@ -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 ```