Copy-pastable install instructions
This commit is contained in:
parent
529614515a
commit
8f45ae8bde
13
README.md
13
README.md
|
@ -52,11 +52,20 @@ and switch.
|
||||||
|
|
||||||
**Requirements:**
|
**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:**
|
**Running tusd:**
|
||||||
|
|
||||||
Clone the git repository, and `cd` into it. Then simply:
|
Run it with go:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go run src/cmd/tusd/*.go
|
go run src/cmd/tusd/*.go
|
||||||
|
|
Loading…
Reference in New Issue