From b58a5e377b0d61c0e85cb01f9f399b84458adbdf Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 22 Feb 2018 08:48:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6a41d..cf84adc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you meet this criteria, you can clone the git repository and build the binary ```bash git clone git@github.com:tus/tusd.git cd tusd -go build -o tusd cmd/tusd/main +go build -o tusd cmd/tusd/main.go ``` ## Running tusd