This fixes a small typo I keep stumbling upon in the README
mine
Bengt Lüers 2022-01-19 22:23:58 +01:00 committed by GitHub
parent 6085039f83
commit 1ab51c809e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ K9s is available on Linux, macOS and Windows platforms.
```shell
# Kubectl edit command will use this env var.
export EDITOR=my_fav_editor
# Should your editor deals with streamed vs on disk files differently, also set...
# Should your editor deal with streamed vs on disk files differently, also set...
export K9S_EDITOR=my_fav_editor
```