File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -12,30 +12,46 @@ rm -rf ~/.cache/coder
12
12
13
13
## The Coder server binary and CLI
14
14
15
- Debian, Ubuntu:
15
+ <div class =" tabs " >
16
+
17
+ ## Linux
18
+
19
+ <div class =" tabs " >
20
+
21
+ ## Debian, Ubuntu
16
22
17
23
``` shell
18
24
sudo apt remove coder
19
25
```
20
26
21
- Fedora, CentOS, RHEL, SUSE:
27
+ ## Fedora, CentOS, RHEL, SUSE
22
28
23
29
``` shell
24
30
sudo yum remove coder
25
31
```
26
32
27
- Alpine:
33
+ ## Alpine
28
34
29
35
``` shell
30
36
sudo apk del coder
31
37
```
32
38
33
- Windows:
39
+ </div >
40
+
41
+ ## macOS
42
+
43
+ ``` shell
44
+ brew uninstall coder
45
+ ```
46
+
47
+ ## Windows
34
48
35
49
``` powershell
36
50
winget uninstall Coder.Coder
37
51
```
38
52
53
+ </div >
54
+
39
55
If you installed Coder manually or used the install script on an unsupported
40
56
operating system, you can remove the binary directly:
41
57
@@ -72,7 +88,7 @@ rm -rf ~/.config/coderv2
72
88
## Windows
73
89
74
90
``` console
75
- C:\Users\USER\ AppData\Roaming \coderv2
91
+ rmdir % AppData% \coderv2
76
92
```
77
93
78
94
</div >
You can’t perform that action at this time.
0 commit comments