Update README for new path to binary

This commit is contained in:
Acconut 2015-07-28 17:40:55 +02:00
parent c321ef8420
commit 75506bc129
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ cd tusd
Now you can run tusd:
```bash
go run tusd/main.go
go run cmd/tusd/main.go
```
## Using tusd manually