Skip to content

Commit

Permalink
minor: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin authored and rogerwelin committed Jun 1, 2020
1 parent cff7785 commit a601154
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,14 @@ Features
Installation
--------

Grab a pre-built binary from the [GitHub Releases page](https://github.com/rogerwelin/cassowary/releases). You can optionally put the **cassowary** binary in your `PATH` so you can run cassowary from any location
Grab a pre-built binary from the [GitHub Releases page](https://github.com/rogerwelin/cassowary/releases). You can optionally put the **cassowary** binary in your `PATH` so you can run cassowary from any location. Alternative you can:

### Homebrew on MAX OSX
You can install **cassowary** using the Homebrew package manager on Mac:

```bash
$ brew update && brew install cassowary
```

### Nix/NixOS

Expand Down Expand Up @@ -234,11 +241,11 @@ Starting Load Test with 1000 requests using 10 concurrent users

```

### Specifying client authentication certificate
Example specifying client authentication certificate
### x509 Authentication
Example specifying client authentication for mTLS

```bash
$ ./cassowary run -u http://localhost:8000 -c 10 -n 1000 --cert /path/to/client.pem --key /path/to/client-key.pem
$ ./cassowary run -u https://localhost:8443 -c 10 -n 1000 --cert /path/to/client.pem --key /path/to/client-key.pem --ca /path/to/ca.pem

Starting Load Test with 1000 requests using 10 concurrent users

Expand Down
2 changes: 1 addition & 1 deletion dist/rpm/cassowary.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global bindir /usr/local/sbin

Name: cassowary
Version: 0.5.0
Version: 0.10.0
Release: 1
Summary: Modern cross-platform HTTP load-testing tool written in Go
License: MIT
Expand Down

0 comments on commit a601154

Please sign in to comment.