Recommend cloning using HTTPS (#884)
* Update installation.md * Update installation.md
This commit is contained in:
parent
74d6904500
commit
bc2eb4763c
|
@ -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:
|
the remaining dependencies and build the binary:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:tus/tusd.git
|
git clone https://github.com/tus/tusd.git
|
||||||
cd tusd
|
cd tusd
|
||||||
|
|
||||||
go build -o tusd cmd/tusd/main.go
|
go build -o tusd cmd/tusd/main.go
|
||||||
|
|
Loading…
Reference in New Issue