Copy-pastable install instructions

This commit is contained in:
Kevin van Zonneveld 2013-03-20 14:02:24 +01:00
parent 529614515a
commit 8f45ae8bde
1 changed files with 11 additions and 2 deletions

View File

@ -52,11 +52,20 @@ and switch.
**Requirements:**
* [Go 1.0](http://golang.org/)
* [Go 1.0](http://golang.org/doc/install)
**Installing tusd:**
Clone the git repository and `cd` into it.
```bash
git clone git@github.com:tus/tusd.git
cd tusd
```
**Running tusd:**
Clone the git repository, and `cd` into it. Then simply:
Run it with go:
```bash
go run src/cmd/tusd/*.go