From 1a6ea733fcfbb81b03a80341ac3e69d2312020de Mon Sep 17 00:00:00 2001 From: nhomble Date: Thu, 25 Jul 2024 20:31:46 -0400 Subject: [PATCH] corrects the cargo instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da7bb21..fcf0dc0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Currently, we only support installing trough cargo. To install, you need to run: ```bash -cargo install git@github.com:astronvim/astrocommunity-cli +cargo install --git https://github.com/AstroNvim/astrocommunity-cli ``` ## 🔨 Usage