Document getting started

This commit is contained in:
Felix Geisendörfer 2013-03-17 16:45:09 +01:00
parent 0f4a7bd33f
commit c5c5f78183
1 changed files with 15 additions and 0 deletions

View File

@ -47,6 +47,21 @@ contracts. However, all code will continue to be released as open source, and
you'll always be able to run your own deployments easily. There will be no bait
and switch.
## Getting started
**Requirements:**
* [Go 1.0](http://golang.org/)
**Running the server:**
Clone the git repository, and `cd` into it. Then simply:
```bash
go run src/cmd/tusd/*.go
```
## HTTP API
Below is the proposed HTTP API for resumable file uploading.