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