Skip to content

Commit 7edfded

Browse files
committed
fixup! docs(install): add uninstall instructions
1 parent b6606a0 commit 7edfded

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/install.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
34
# Install
45

56
- [install.sh](#installsh)
@@ -264,10 +265,10 @@ rm -rf ~/.local/share/code-server ~/.config/code-server
264265

265266
### install.sh
266267

267-
If you installed with the install script, by default code-server will be in `~/usr/lib/code-server` and you can remove it with `rm -rf`. e.g.
268+
If you installed with the install script, by default code-server will be in `~/.local/lib/code-server-<version>` and you can remove it with `rm -rf`. e.g.
268269

269270
```shell
270-
rm -rf ~/usr/lib/code-server
271+
rm -rf ~/.local/lib/code-server-*
271272
```
272273

273274
### Homebrew

0 commit comments

Comments
 (0)