Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgco committed Apr 5, 2024
1 parent 78e7d30 commit 75d5eeb
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [Requirements](#requirements)
* [Installation](#installation)
* [Usage](#usage)
* [Uninstallation](#uninstallation)
* [Commands](#commands)
* [Security](#security)
* [Development](#development)
Expand Down Expand Up @@ -135,29 +136,18 @@ $ rmagent update beta
# Uninstallation

## Linux
### Standalone Install

For standalone installs, you can uninstall the agent by typing:

```bash
rm -rf /usr/local/lib/rmagent /usr/local/bin/rmagent /usr/local/rmagent
rm -rf ~/.local/share/rmagent ~/.cache/rmagent
```

### Debian and Ubuntu Installs
For Debian/Ubuntu, you can uninstall the agent by typing:

```bash
sudo apt-get remove heroku heroku-toolbelt
sudo rm /etc/apt/sources.list.d/heroku.list
rm -rf /usr/local/lib/rmagent /usr/local/bin/rmagent /usr/local/rmagent ~/.local/share/rmagent ~/.cache/rmagent
```

## MacOS
To uninstall the Rack Manage Agent on MacOS, run the following command:

```bash
rm -rf /usr/local/lib/rmagent /usr/local/bin/rmagent /usr/local/rmagent
rm -rf ~/.local/share/rmagent ~/Library/Caches/rmagent
rm -rf /usr/local/lib/rmagent /usr/local/bin/rmagent /usr/local/rmagent ~/.local/share/rmagent ~/Library/Caches/rmagent
```

## Windows
Expand Down

0 comments on commit 75d5eeb

Please sign in to comment.