Merge pull request #328 from dutchcoders/fix-readme-build-instructions

Update README.md
This commit is contained in:
Andrea Spacca
2021-01-06 13:30:26 +01:00
committed by GitHub

View File

@ -132,13 +132,10 @@ go run main.go --provider=local --listener :8080 --temp-path=/tmp/ --basedir=/tm
## Build
If on go < 1.11
```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