Fix download link in README
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mark Nellemann 2023-07-05 16:06:40 +02:00
parent c59fd3c216
commit 5f521322c7

View file

@ -8,7 +8,7 @@ You need Java (JRE) version 8 or later to run jnetperf.
## Usage Instructions ## Usage Instructions
- Install the jnetperf package (*.deb*, *.rpm* or *.jar*) from [downloads](https://bitbucket.org/mnellemann/jnetperf/downloads/) or compile from source. - Install the jnetperf package (*.deb*, *.rpm* or *.jar*) from [Packages](https://git.data.coop/nellemann/jnetperf/packages) or compile from source.
- Run **/opt/jnetperf/bin/jperf**, if installed from package, or as **java -jar /path/to/jnetperf.jar** - Run **/opt/jnetperf/bin/jperf**, if installed from package, or as **java -jar /path/to/jnetperf.jar**
```shell ```shell
@ -39,13 +39,11 @@ java -jar jnetperf-x.y.z-all.jar -c server-ip
``` ```
## Development Information ## Development Information
You need Java (JDK) version 8 or later to build jnetperf. You need Java (JDK) version 8 or later to build jnetperf.
### Build & Test ### Build & Test
Use the gradle build tool, which will download all required dependencies: Use the gradle build tool, which will download all required dependencies: