From 5de8f5518d662a8011f4b38afb80884941b6cd92 Mon Sep 17 00:00:00 2001 From: ddc Date: Fri, 25 Jun 2021 08:22:54 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10d87dc..2e7161f 100644 --- a/README.md +++ b/README.md @@ -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