From 5ac06a869c21881e36fb58dfd596a0febb5ee5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Aguiar?= Date: Mon, 2 Oct 2023 21:13:08 -0300 Subject: [PATCH 1/2] docs: fix install from source git clone url --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 2a19d1d..49b47bc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,7 @@ dnf install ./commit_0.6.0_x86_64.rpm Requires rust and cargo ```bash -git clone https://github/alt-art/commit +git https://github.com/alt-art/commit.git cd commit cargo build --release ``` From 315f0c5327a9b2b9fdfa7e1417a6c8120320591b Mon Sep 17 00:00:00 2001 From: Pedro Mendes Date: Mon, 2 Oct 2023 21:39:40 -0300 Subject: [PATCH 2/2] fix: Come back with clone --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 49b47bc..059ddf9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,7 @@ dnf install ./commit_0.6.0_x86_64.rpm Requires rust and cargo ```bash -git https://github.com/alt-art/commit.git +git clone https://github.com/alt-art/commit.git cd commit cargo build --release ```