updated the executable path when build from source

mine
sgandon 2020-05-27 22:30:15 +02:00 committed by GitHub
parent 99ad32ba98
commit 08d4498f86
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
```shell
make build && ./k9s
make build && ./execs/k9s
```
---