From 08d4498f86fa2920ce01b6eb6132105ff9afc30d Mon Sep 17 00:00:00 2001 From: sgandon Date: Wed, 27 May 2020 22:30:15 +0200 Subject: [PATCH] updated the executable path when build from source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc55b11..d2c512b1 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ K9s is available on Linux, macOS and Windows platforms. 2. Build and run the executable ```shell - make build && ./k9s + make build && ./execs/k9s ``` ---