Skip to content

Commit

Permalink
prep for 1.63.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Mar 22, 2024
1 parent 571a7b1 commit 999378e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
@@ -1,4 +1,4 @@
<!-- 1.63.4 -->
<!-- 1.63.5 -->
# Fortio

[![Awesome Go](https://fortio.org/mentioned-badge.svg)](https://github.com/avelino/awesome-go#networking)
Expand Down Expand Up @@ -60,13 +60,13 @@ You can install from source:
The [releases](https://github.com/fortio/fortio/releases) page has binaries for many OS/architecture combinations (see assets):

```shell
curl -L https://github.com/fortio/fortio/releases/download/v1.63.4/fortio-linux_amd64-1.63.4.tgz \
curl -L https://github.com/fortio/fortio/releases/download/v1.63.5/fortio-linux_amd64-1.63.5.tgz \
| sudo tar -C / -xvzpf -
# or the debian package
wget https://github.com/fortio/fortio/releases/download/v1.63.4/fortio_1.63.4_amd64.deb
dpkg -i fortio_1.63.4_amd64.deb
wget https://github.com/fortio/fortio/releases/download/v1.63.5/fortio_1.63.5_amd64.deb
dpkg -i fortio_1.63.5_amd64.deb
# or the rpm
rpm -i https://github.com/fortio/fortio/releases/download/v1.63.4/fortio-1.63.4-1.x86_64.rpm
rpm -i https://github.com/fortio/fortio/releases/download/v1.63.5/fortio-1.63.5-1.x86_64.rpm
# and more, see assets in release page
```

Expand All @@ -76,7 +76,7 @@ On a MacOS you can also install Fortio using [Homebrew](https://brew.sh/):
brew install fortio
```

On Windows, download https://github.com/fortio/fortio/releases/download/v1.63.4/fortio_win_1.63.4.zip and extract `fortio.exe` to any location, then using the Windows Command Prompt:
On Windows, download https://github.com/fortio/fortio/releases/download/v1.63.5/fortio_win_1.63.5.zip and extract `fortio.exe` to any location, then using the Windows Command Prompt:
```
fortio.exe server
```
Expand Down Expand Up @@ -130,7 +130,7 @@ Full list of command line flags (`fortio help`):
<!-- use release/updateFlags.sh to update this section -->
<pre>
<!-- USAGE_START -->
Φορτίο 1.63.4 usage:
Φορτίο 1.63.5 usage:
fortio command [flags] target
where command is one of: load (load testing), server (starts ui, rest api,
http-echo, redirect, proxies, tcp-echo, udp-echo and grpc ping servers),
Expand Down

0 comments on commit 999378e

Please sign in to comment.