Merge pull request #736 from sgandon/patch-1

updated the executable path when build from source
mine
Fernand Galiana 2020-05-27 21:02:49 -06:00 committed by GitHub
commit 8fb73fdcb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ K9s is available on Linux, macOS and Windows platforms.
2. Build and run the executable 2. Build and run the executable
```shell ```shell
make build && ./k9s make build && ./execs/k9s
``` ```
--- ---