Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/getting-started/install-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,19 @@ Wire Sysio executables are located at `/usr/local/bin`.

```sh
which cdt-cpp

Expected Output -> /usr/bin/cdt-cpp
```
<pre>
Expected Output -> /usr/bin/cdt-cpp
</pre>

or

```sh
cdt-cpp --version

Expected Output -> cdt-cpp version 4.1.1
```
<pre>
Expected Output -> cdt-cpp version 4.1.1
</pre>

:::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/<version>/bin`.
Expand Down