From c9fc1ab029898d85033a18fb10a468faee791d99 Mon Sep 17 00:00:00 2001 From: vaibhavxv Date: Sun, 21 Jun 2026 21:12:59 +0530 Subject: [PATCH] Copy command button is also copying the expected output Updated expected output formatting for cdt-cpp commands. --- docs/getting-started/install-dependencies.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/install-dependencies.md b/docs/getting-started/install-dependencies.md index 546d4d2..30566ef 100644 --- a/docs/getting-started/install-dependencies.md +++ b/docs/getting-started/install-dependencies.md @@ -68,17 +68,19 @@ Wire Sysio executables are located at `/usr/local/bin`. ```sh which cdt-cpp - -Expected Output -> /usr/bin/cdt-cpp ``` +
+Expected Output -> /usr/bin/cdt-cpp
+
or ```sh cdt-cpp --version - -Expected Output -> cdt-cpp version 4.1.1 ``` +
+Expected Output -> cdt-cpp version 4.1.1
+
:::info Wire CDT is located at `/usr/opt` with symlinks to each of its executable in `/usr/bin`. You can list the contents using `ls -la usr/opt/cdt//bin`.