diff --git a/README.md b/README.md index 454e515c..50f635fd 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://raw.githubusercontent.com/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: