Skip to content

Commit

Permalink
docs: add instructions for uninstalling CLI (#1137)
Browse files Browse the repository at this point in the history
Signed-off-by: Harikrishnan Balagopal <[email protected]>
  • Loading branch information
HarikrishnanBalagopal authored Jan 27, 2024
1 parent aecb1d3 commit 3fd2033
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -32,13 +32,28 @@ 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
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:
Expand Down

0 comments on commit 3fd2033

Please sign in to comment.