Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a81502

Browse files
authored
chore: fix incorrect ordering of OS options in docs (#19384)
Onhttps://coder.com/docs/install/uninstall at present we order the topOS listing as "Linux | macOS | Windows", while in the `Coder settings,cache, and the optional built-in PostgreSQL database` paragraph towardsthe bottom of the page we change to using "macOS | Linux | Windows" forsome reason. This PR moves Linux to be listed first instead of macOS inthe bottom paragraph to match the ordering of the top section.
1 parent8f9f0cd commit0a81502

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎docs/install/uninstall.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ performing the following step or copying the directory to another location.
7474

7575
<divclass="tabs">
7676

77-
##macOS
77+
##Linux
7878

7979
```shell
80-
rm -rf~/Library/Application\Support/coderv2
80+
rm -rf~/.config/coderv2
81+
rm -rf~/.cache/coder
8182
```
8283

83-
##Linux
84+
##macOS
8485

8586
```shell
86-
rm -rf~/.config/coderv2
87-
rm -rf~/.cache/coder
87+
rm -rf~/Library/Application\Support/coderv2
8888
```
8989

9090
##Windows

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp