diff --git a/crates/http/README.md b/crates/http/README.md index 219792f9..8fa800e0 100644 --- a/crates/http/README.md +++ b/crates/http/README.md @@ -87,7 +87,7 @@ After starting the tracker, run the load tester: ```sh . ./scripts/env-native-cpu-without-avx-512 # Optional -cargo build --release -p aquatic_http_load_test -- --help +cargo run --release -p aquatic_http_load_test -- --help ``` ## Details diff --git a/crates/udp/README.md b/crates/udp/README.md index d8abbf93..39776fc4 100644 --- a/crates/udp/README.md +++ b/crates/udp/README.md @@ -76,7 +76,7 @@ After starting the tracker, run the load tester: ```sh . ./scripts/env-native-cpu-without-avx-512 # Optional -cargo build --release -p aquatic_udp_load_test -- --help +cargo run --release -p aquatic_udp_load_test -- --help ``` ## Details diff --git a/crates/ws/README.md b/crates/ws/README.md index ae5a34b9..6e718663 100644 --- a/crates/ws/README.md +++ b/crates/ws/README.md @@ -91,7 +91,7 @@ After starting the tracker, run the load tester: ```sh . ./scripts/env-native-cpu-without-avx-512 # Optional -cargo build --release -p aquatic_ws_load_test -- --help +cargo run --release -p aquatic_ws_load_test -- --help ``` ## Details