From 4a2fce4344df2dd7c23708d381a003ac04247f9e Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Sat, 19 Sep 2020 12:27:17 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c90fcf1..cb8f01a 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,10 @@ go run main.go --provider=local --listener :8080 --temp-path=/tmp/ --basedir=/tm ## Build -If on go < 1.11 +```bash +git clone git@github.com:dutchcoders/transfer.sh.git +``` + ```bash go get -u -v ./... ``` From e182376100cc88a1422d7c053d8d656cfc51eacd Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Sat, 19 Sep 2020 12:40:52 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cb8f01a..c6c39b2 100644 --- a/README.md +++ b/README.md @@ -126,15 +126,9 @@ go run main.go --provider=local --listener :8080 --temp-path=/tmp/ --basedir=/tm ## Build ```bash -git clone git@github.com:dutchcoders/transfer.sh.git -``` - -```bash -go get -u -v ./... -``` - -```bash -go build -o transfersh main.go +$ git clone git@github.com:dutchcoders/transfer.sh.git +$ cd transfer.sh +$ go build -o transfersh main.go ``` ## Docker