Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Nov 8, 2022
1 parent 31c61e5 commit 00cbb7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
> We are running a hole punching month during December 2022. [**Register here**](https://forms.gle/ueNS5iGQup6oszCQ8), request an API-Key, and contribute to this research project.
> Download the clients here (direct download links):
>
> MacOS: [`M1/M2`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-darwin-arm64.dmg) [`Intel`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-darwin-amd64.dmg)
> MacOS: [`M1/M2`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-darwin-arm64.dmg) [`Intel`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-darwin-amd64.dmg)
>
> Linux: [`amd64`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-linux-amd64.tar.xz) [`386`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-linux-386.tar.xz) | `tar -xf punchr-gui-linux-amd64.tar.xz && make user-install`
> Linux: [`amd64`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-linux-amd64.tar.xz) [`386`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-linux-386.tar.xz) | `tar -xf punchr-gui-linux-amd64.tar.xz && make user-install`
>
> More options available on the [release page](https://github.com/dennis-tra/punchr/releases/v0.7.0).
> More options available on the [release page](https://github.com/dennis-tra/punchr/releases/v0.8.0).
This repo contains components to measure the [Direct Connection Upgrade through Relay (DCUtR)](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md) performance.

Expand Down Expand Up @@ -73,13 +73,13 @@ The goal is to measure the hole punching success rate. For that, we are using a

## MacOS

For macOS there is a menu bar application that you can download here: [`M1/M2`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-darwin-arm64.dmg) [`Intel`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-darwin-amd64.dmg)
For macOS there is a menu bar application that you can download here: [`M1/M2`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-darwin-arm64.dmg) [`Intel`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-darwin-amd64.dmg)

For the CLI version head over to the [GitHub releases page](https://github.com/dennis-tra/punchr/releases) and download the appropriate binary.

## Linux

For Linux there's also a system tray application that you can download here: [`amd64`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-linux-amd64.tar.xz) [`386`](https://github.com/dennis-tra/punchr/releases/download/v0.7.0/punchr-gui-linux-386.tar.xz)
For Linux there's also a system tray application that you can download here: [`amd64`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-linux-amd64.tar.xz) [`386`](https://github.com/dennis-tra/punchr/releases/download/v0.8.0/punchr-gui-linux-386.tar.xz)

You can install it by running: `tar -xf punchr-gui-linux-amd64.tar.xz && make user-install`

Expand Down Expand Up @@ -145,7 +145,7 @@ USAGE:
punchrserver [global options] command [command options] [arguments...]
VERSION:
0.7.0
0.8.0
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down

0 comments on commit 00cbb7f

Please sign in to comment.