Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels committed Oct 24, 2023
1 parent 024f52a commit e90fda5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/bee/working-with-bee/uninstalling-bee.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Choose the appropriate uninstall method based on the install method used:
This method can be used for package manager based [installs](/docs/bee/installation/install#package-manager-install-recommended-method) of the official Debian, RPM, and Homebrew packages.

:::danger
This will remove your keyfiles so make certain that you have a backup before running `purge`.
This will remove your keyfiles so make certain that you have a full backup before running `purge`.
:::

#### Debian
Expand All @@ -21,7 +21,6 @@ To uninstall Bee while preserving your Bee keys and configuration run:

To uninstall Bee and completely remove all associated files including keys and configuration, run:


```bash
sudo apt-get purge bee
```
Expand All @@ -32,7 +31,6 @@ sudo apt-get purge bee
sudo yum remove bee
```


### Binary Install
If Bee is installed using the [automated shell script](/docs/bee/installation/install#shell-script-install-alternate-method) or by [building from source](/docs/bee/installation/build-from-source), Bee can be uninstalled by directly removing the installed file.

Expand Down

0 comments on commit e90fda5

Please sign in to comment.