From b0abff0f9fa8d8eeae6e48ee28f3da1931ab1094 Mon Sep 17 00:00:00 2001 From: FujiApple Date: Wed, 11 Dec 2024 23:10:56 +0800 Subject: [PATCH] doc: corrections to the website getting started page --- docs/src/content/docs/start/getting-started.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/content/docs/start/getting-started.mdx b/docs/src/content/docs/start/getting-started.mdx index ff5fa10a..4fd697b6 100644 --- a/docs/src/content/docs/start/getting-started.mdx +++ b/docs/src/content/docs/start/getting-started.mdx @@ -22,19 +22,19 @@ The following steps will guide you through the process of installing and running 2. Run Trippy: - To run an ICMP trace to `example.com`, use the following command: + To run an `ICMP` trace to `example.com`, use the following command: ```shell - sudo trippy example.com + sudo trip example.com ``` See the [usage examples](/guides/usage/) and the [CLI reference](/reference/cli/) for details of how to use Trippy. To use Trippy without elevated privileges, see the [privileges guide](/guides/privileges/). 3. Customize the key bindings, theme and columns: - See the [key bindings](/reference/bindings/), [theme reference](/reference/theme/) and [column reference](/reference/column/) for details of how to customize the appearance and behavior of Trippy. + See the [key bindings reference](/reference/bindings/), [theme reference](/reference/theme/) and [column reference](/reference/column/) for details of how to customize the appearance and behavior of Trippy. - These settings can be made permanent by adding them to the Trippy configuration file, see the [configuration guide](/reference/configuration/) for details. + These settings can be made permanent by adding them to the Trippy configuration file, see the [configuration reference](/reference/configuration/) for details. 4. Review the tracing recommendations: