Update README.md

This commit is contained in:
Andrea Spacca
2020-09-19 12:27:17 +02:00
committed by GitHub
parent ffb2cf0011
commit 4a2fce4344

View File

@ -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 ./...
```