From e1598e826ecfb6e24cb66a1c7a48d320045f12eb Mon Sep 17 00:00:00 2001 From: severindellsperger Date: Mon, 12 Aug 2024 13:27:42 +0200 Subject: [PATCH] improve getting started section in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 801923a..a98ff87 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ clab-telemetry-linker [command] - **Set Impairments** - [`set`](docs/set.md) - **Show Impairments** - [`show`](docs/show.md) - **Delete Impairments** - [`delete`](docs/delete.md) -- **Start the Service** - [`start`](docs/start.md) +- **Start Service** - [`start`](docs/start.md) - **Print Version** - `version` ## Installation @@ -56,10 +56,10 @@ sudo ./bin/clab-telemetry-linker ## Getting Started 1. Start the collector pipeline. - - For more information, visit the [hawkv6 deployment guide](https://github.com/hawkv6/deployment). + - For more information, visit the [hawkv6 deployment documentation](https://github.com/hawkv6/deployment). 2. Install the network. - - Detailed instructions can be found in the [hawkv6 testnetwork guide](https://github.com/hawkv6/network). + - Detailed instructions can be found in the [hawkv6 testnetwork documentation](https://github.com/hawkv6/network). 3. Install `clab-telemetry-linker`.