From bc2eb4763c52ea7314545b057cc2dde5d72e0d8a Mon Sep 17 00:00:00 2001 From: zain naveed <73286161+zain-naveed@users.noreply.github.com> Date: Fri, 20 Jan 2023 16:04:41 +0500 Subject: [PATCH] Recommend cloning using HTTPS (#884) * Update installation.md * Update installation.md --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index e1a3e27..6e9324d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,7 +16,7 @@ Once a recent Go version is installed, you can clone the git repository, install the remaining dependencies and build the binary: ```bash -git clone git@github.com:tus/tusd.git +git clone https://github.com/tus/tusd.git cd tusd go build -o tusd cmd/tusd/main.go