From 6af02e6b79e32f8284f47c6a2d77c492ab535503 Mon Sep 17 00:00:00 2001 From: Lichao Chen <3780722+chenlichao@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:07:56 -0700 Subject: [PATCH] docs: fix fork clone command in contributing guide --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1360184a8b..a0e223600c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ Go to and fork the project repository. ```bash # Clone your fork -$ git clone git@github.com:/httpie.git +$ git clone git@github.com:/cli.git httpie # Enter the project directory $ cd httpie