Browse Source

Update README.md

tags/v1.2.0
Andrea Spacca 3 years ago
committed by GitHub
parent
commit
4a2fce4344
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      README.md

+ 4
- 1
README.md 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 ./...
```


Loading…
Cancel
Save