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

View File

@ -126,15 +126,9 @@ go run main.go --provider=local --listener :8080 --temp-path=/tmp/ --basedir=/tm
## Build ## Build
```bash ```bash
git clone git@github.com:dutchcoders/transfer.sh.git $ git clone git@github.com:dutchcoders/transfer.sh.git
``` $ cd transfer.sh
$ go build -o transfersh main.go
```bash
go get -u -v ./...
```
```bash
go build -o transfersh main.go
``` ```
## Docker ## Docker