From 8f45ae8bde9d64d6638d2b8aa19721280525f179 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 20 Mar 2013 14:02:24 +0100 Subject: [PATCH] Copy-pastable install instructions --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15a8f38..587c144 100644 --- a/README.md +++ b/README.md @@ -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