diff --git a/content/en/continuous_integration/pipelines/custom_commands.md b/content/en/continuous_integration/pipelines/custom_commands.md
index 71a773eaeeb..6fff8c4718f 100644
--- a/content/en/continuous_integration/pipelines/custom_commands.md
+++ b/content/en/continuous_integration/pipelines/custom_commands.md
@@ -32,6 +32,8 @@ Install the [`datadog-ci`][1] (>=v0.17.0) CLI globally using `npm`:
npm install -g @datadog/datadog-ci
{{< /code-block >}}
+
+
## Trace a command line
To trace a command line, run:
diff --git a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md
index 849ec9731e9..883e6bd65cb 100644
--- a/content/en/continuous_integration/pipelines/custom_tags_and_measures.md
+++ b/content/en/continuous_integration/pipelines/custom_tags_and_measures.md
@@ -37,33 +37,7 @@ Install the [`datadog-ci`][1] (>=v1.15.0) CLI globally using `npm`:
npm install -g @datadog/datadog-ci
```
-Alternatively, you can try and use the beta [standalone binary][2] if you don't want to use `npm`.
-
-{{< tabs >}}
-{{% tab "Linux" %}}
-To install the standalone binary on Linux, run:
-
-```shell
-curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci
-```
-{{% /tab %}}
-
-{{% tab "MacOS" %}}
-To install the standalone binary on MacOS, run:
-
-```shell
-curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_darwin-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci
-```
-{{% /tab %}}
-
-{{% tab "Windows" %}}
-To install the standalone binary on Windows, run:
-
-```shell
-Invoke-WebRequest -Uri "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_win-x64" -OutFile "datadog-ci.exe"
-```
-{{% /tab %}}
-{{< /tabs >}}
+
## Add tags to pipeline traces