Skip to content

Commit

Permalink
doc: corrections to the website getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 11, 2024
1 parent 91a1b73 commit b0abff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b0abff0

Please sign in to comment.