Skip to content

Commit

Permalink
Fix Version Numbers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Jul 3, 2024
1 parent 7f74ca2 commit 8e62500
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-linux-amd64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-linux-amd64.tar.gz
```

1. Untar the binary:
Expand All @@ -47,7 +47,7 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-darwin-amd64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-darwin-amd64.tar.gz
```

1. Untar the binary:
Expand All @@ -73,7 +73,7 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-darwin-arm64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-darwin-arm64.tar.gz
```

1. Untar the binary:
Expand All @@ -99,7 +99,7 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-linux-arm64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-linux-arm64.tar.gz
```

1. Untar the binary:
Expand Down Expand Up @@ -310,7 +310,7 @@ Unless required by applicable law or agreed to in writing, software distributed

[1]: <http://docs.simplifier.net/vonkloader/>
[2]: <https://github.com/synthetichealth/uploader>
[3]: <https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-windows-amd64.zip>
[3]: <https://github.com/samply/blazectl/releases/download/v0.16.0/blazectl-0.16.0-windows-amd64.zip>
[4]: <https://github.com/samply/blaze>
[5]: <https://github.com/synthetichealth/synthea>
[6]: <https://github.com/tsenart/vegeta>
Expand Down

0 comments on commit 8e62500

Please sign in to comment.