Skip to content

Commit

Permalink
docs: add linux uninstallation (apecloud#3731)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-0808 authored Jun 13, 2023
1 parent 18f3cdf commit 9b1477f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
Binary file added docs/img/kubeblocks-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/img/kubeblocks-structure-new.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/user_docs/installation/install-kbcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ If you need to customize the installation path, use the zip file.

</TabItem>

<TabItem value="Linux" label="Linux" default>
<TabItem value="Linux" label="Linux">

Install kbcli using the `curl` command.

Expand Down
16 changes: 14 additions & 2 deletions docs/user_docs/installation/uninstall-kbcli-and-kubeblocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ Uninstall kbcli if you want to delete kbcli after your trial. Use the same optio
<Tabs>
<TabItem value="macOS" label="macOS" default>

For cURL, run
For `curl`, run

```bash
sudo rm /usr/local/bin/kbcli
```

For Homebrew, run
For `brew`, run

```bash
brew uninstall kbcli
Expand Down Expand Up @@ -92,4 +92,16 @@ kbcli creates a hidden folder named `~/.kbcli` under the HOME directory to store

</TabItem>

<TabItem value="Linux" label="Linux">

Uninstall kbcli using the `curl` command.

```bash
sudo rm /usr/local/bin/kbcli
```

kbcli creates a hidden folder named `~/.kbcli` under the HOME directory to store configuration information and temporary files. You can delete this folder after uninstalling kbcli.

</TabItem>

</Tabs>
2 changes: 1 addition & 1 deletion docs/user_docs/introduction/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ To address these challenges, and solve the problem of complexity, KubeBlocks int

## Architecture

![KubeBlocks Architecture](../../img/kubeblocks-structure-new.jpg)
![KubeBlocks Architecture](../../img/kubeblocks-architecture.png)

0 comments on commit 9b1477f

Please sign in to comment.