diff --git a/README.md b/README.md index 724648618c07d37d2bcc5e38dd4e5784e5fd899c..319f6d06ce6b02ea175cef43082d5824640d6b06 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,12 @@ The execution may be parameterized by the following environment variables: If they are unset, the values are set via `frameworks/common-function.sh`. Typical call (using Ubuntu): -$ export SLEEPTIME=1 && ./gradlew assemble && cd frameworks/opentelemetry/ && ./benchmark.sh - +``` +export SLEEPTIME=1 +./gradlew assemble +cd frameworks/opentelemetry/ +./benchmark.sh +``` Analyzing the data: ===================