Update README.md

This commit is contained in:
Marius 2018-02-22 08:48:44 +01:00 committed by GitHub
parent 6230c23566
commit b58a5e377b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ If you meet this criteria, you can clone the git repository and build the binary
```bash
git clone git@github.com:tus/tusd.git
cd tusd
go build -o tusd cmd/tusd/main
go build -o tusd cmd/tusd/main.go
```
## Running tusd