From 18e2e752f62c729ec4093bd9c67e96d79052588b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Fri, 26 Feb 2021 11:16:08 +0100 Subject: [PATCH] docs: remove use of 'simply' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's make the documentation more inclusive and sensitive of the familiarity and comfort of users. Signed-off-by: Lucas Servén Marín --- docs/kgctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kgctl.md b/docs/kgctl.md index 734f1ea..d2818a6 100644 --- a/docs/kgctl.md +++ b/docs/kgctl.md @@ -8,7 +8,7 @@ This tool can be used to understand a mesh's topology, get the WireGuard configu Installing `kgctl` currently requires building the binary from source. *Note*: the [Go toolchain must be installed](https://golang.org/doc/install) in order to build the binary. -To build and install `kgctl`, simply run: +To build and install `kgctl`, run: ```shell go install github.com/squat/kilo/cmd/kgctl