Fix download link in README
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Mark Nellemann 2023-07-05 16:06:40 +02:00
parent c59fd3c216
commit 5f521322c7
1 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@ You need Java (JRE) version 8 or later to run jnetperf.
## 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**
```shell
@ -39,13 +39,11 @@ java -jar jnetperf-x.y.z-all.jar -c server-ip
```
## Development Information
You need Java (JDK) version 8 or later to build jnetperf.
### Build & Test
Use the gradle build tool, which will download all required dependencies: