Skip to content

Commit 7f6b810

Browse files
committed
Update uninstall instructions for different operating systems
1 parent 1ab9639 commit 7f6b810

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

docs/install/uninstall.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,46 @@ rm -rf ~/.cache/coder
1212

1313
## The Coder server binary and CLI
1414

15-
Debian, Ubuntu:
15+
<div class="tabs">
16+
17+
## Linux
18+
19+
<div class="tabs">
20+
21+
## Debian, Ubuntu
1622

1723
```shell
1824
sudo apt remove coder
1925
```
2026

21-
Fedora, CentOS, RHEL, SUSE:
27+
## Fedora, CentOS, RHEL, SUSE
2228

2329
```shell
2430
sudo yum remove coder
2531
```
2632

27-
Alpine:
33+
## Alpine
2834

2935
```shell
3036
sudo apk del coder
3137
```
3238

33-
Windows:
39+
</div>
40+
41+
## macOS
42+
43+
```shell
44+
brew uninstall coder
45+
```
46+
47+
## Windows
3448

3549
```powershell
3650
winget uninstall Coder.Coder
3751
```
3852

53+
</div>
54+
3955
If you installed Coder manually or used the install script on an unsupported
4056
operating system, you can remove the binary directly:
4157

@@ -72,7 +88,7 @@ rm -rf ~/.config/coderv2
7288
## Windows
7389

7490
```console
75-
C:\Users\USER\AppData\Roaming\coderv2
91+
rmdir %AppData%\coderv2
7692
```
7793

7894
</div>

0 commit comments

Comments
 (0)