Recommend cloning using HTTPS (#884)

* Update installation.md

* Update installation.md
This commit is contained in:
zain naveed 2023-01-20 16:04:41 +05:00 committed by GitHub
parent 74d6904500
commit bc2eb4763c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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