Update README.md

This commit is contained in:
Andrea Spacca 2020-09-19 12:40:52 +02:00 committed by GitHub
parent 4a2fce4344
commit e182376100
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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