docs: Add instructions for uninstalling Zed (#29840)
This commit is contained in:
parent
c3d9cdecab
commit
007685f6d4
2 changed files with 37 additions and 1 deletions
|
@ -36,7 +36,9 @@ curl -f https://zed.dev/install.sh | ZED_CHANNEL=preview sh
|
|||
|
||||
This script supports `x86_64` and `AArch64`, as well as common Linux distributions: Ubuntu, Arch, Debian, RedHat, CentOS, Fedora, and more.
|
||||
|
||||
If this script is insufficient for your use case or you run into problems running Zed, please see our [Linux-specific documentation](./linux.md).
|
||||
If Zed is installed using this installation script, it can be uninstalled at any time by running the shell command `zed --uninstall`. The shell will then prompt you whether you'd like to keep your preferences or delete them. After making a choice, you should see a message that Zed was successfully uninstalled.
|
||||
|
||||
If this script is insufficient for your use case, you run into problems running Zed, or there are errors in uninstalling Zed, please see our [Linux-specific documentation](./linux.md).
|
||||
|
||||
## Command Palette
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue