Update README.md

This commit is contained in:
ddc 2021-06-25 08:22:54 +08:00 committed by GitHub
parent 2a829ddbe8
commit 5de8f5518d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -70,12 +70,13 @@ assets page.
### Via Go
```bash
go get github.com/six-ddc/plow
go get -u github.com/six-ddc/plow
```
### Via Homebrew
```sh
# brew update
brew install plow
```
@ -137,7 +138,7 @@ plow http://127.0.0.1:8080/ -c 20 -n 10000 -d 10s
POST a json file:
```bash
plow http://127.0.0.1:8080/ -c 20 --body @file.json -T 'application/json' -m POST
plow https://httpbin.org/post -c 20 --body @file.json -T 'application/json' -m POST
```
## Stargazers