Skip to content

chore(docs): reorganize installation docs #11465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 10, 2024
Prev Previous commit
Next Next commit
Update uninstall instructions for different operating systems
  • Loading branch information
matifali committed Jan 8, 2024
commit 7f6b810bc647cf2c08bc0bbbc1accbb7bb36fe78
26 changes: 21 additions & 5 deletions docs/install/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,46 @@ rm -rf ~/.cache/coder

## The Coder server binary and CLI

Debian, Ubuntu:
<div class="tabs">

## Linux

<div class="tabs">

## Debian, Ubuntu

```shell
sudo apt remove coder
```

Fedora, CentOS, RHEL, SUSE:
## Fedora, CentOS, RHEL, SUSE

```shell
sudo yum remove coder
```

Alpine:
## Alpine

```shell
sudo apk del coder
```

Windows:
</div>

## macOS

```shell
brew uninstall coder
```

## Windows

```powershell
winget uninstall Coder.Coder
```

</div>

If you installed Coder manually or used the install script on an unsupported
operating system, you can remove the binary directly:

Expand Down Expand Up @@ -72,7 +88,7 @@ rm -rf ~/.config/coderv2
## Windows

```console
C:\Users\USER\AppData\Roaming\coderv2
rmdir %AppData%\coderv2
```

</div>