1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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