diff --git a/docs/install/uninstall.md b/docs/install/uninstall.md
index 7a94b22b25..c04bd6e9c2 100644
--- a/docs/install/uninstall.md
+++ b/docs/install/uninstall.md
@@ -74,12 +74,6 @@ performing the following step or copying the directory to another location.
-## macOS
-
-```shell
-rm -rf ~/Library/Application\ Support/coderv2
-```
-
## Linux
```shell
@@ -87,6 +81,12 @@ rm -rf ~/.config/coderv2
rm -rf ~/.cache/coder
```
+## macOS
+
+```shell
+rm -rf ~/Library/Application\ Support/coderv2
+```
+
## Windows
```powershell