From ad5d95f58af9b0e2599ae68eb3b53d74ea3ddd78 Mon Sep 17 00:00:00 2001 From: Alexander <4584443+DragonStuff@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:13:41 +0900 Subject: [PATCH] doc: update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e881897..560d395 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ This command essentially wraps around `kubectl run`. It will allow you to specif ### Installation -To install it as a kubectl plugin, add `src/kubectl-application-shell` to your PATH. -To install it as a wrapper, add `src/kubectl-application-shell` and name it `kubeas` to your PATH. You can install a fish completion script in completions by using `completions/fish_install.sh`. +This uses pipenv in order to manage dependencies. You need Python 3. ### Usage