diff --git a/src/includes/getting-started-install/native.mdx b/src/includes/getting-started-install/native.mdx index c801cbba902b18..1a5fd5cfb3f990 100644 --- a/src/includes/getting-started-install/native.mdx +++ b/src/includes/getting-started-install/native.mdx @@ -12,13 +12,14 @@ cmake --build build --config RelWithDebInfo --parallel # install the resulting artifacts into a specific prefix cmake --install build --prefix install # which will result in the following (on macOS): -exa --tree install +exa --tree install --level 2 install ├── bin │ └── crashpad_handler ├── include │ └── sentry.h └── lib + ├── cmake ├── libsentry.dylib └── libsentry.dylib.dSYM ```