diff --git a/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md b/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md index 8dd74bd4b4a3d..9d0aa7096222f 100644 --- a/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md +++ b/content/en/tracing/trace_collection/automatic_instrumentation/ssi-0-13-1.md @@ -8,6 +8,6 @@ The Agent installer script now installs version 0.13.1 of Single Step Instrument Customers who use Single Step Instrumentation for Linux Hosts should update to the latest version of Single Step Instrumentation by running the Datadog installer script with the environment variable `DD_APM_INSTRUMENTATION_ENABLED=host` : -``` +```sh DD_API_KEY= DD_SITE="" DD_APM_INSTRUMENTATION_ENABLED=host DD_ENV= bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)" ```