mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
Update README.md
This commit is contained in:
parent
4a2fce4344
commit
e182376100
1 changed files with 3 additions and 9 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue