elastop- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit dc52d4e862e7053c1c6a01c09fc7b7df1b1460ac
parent 40057785124c4b72b98fe5388a63a3d9c8d45c02 Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 29 Nov 2024 02:46:22 -0500 Fixed typo in git clone command Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git 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 ``` |