-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f020f8
commit 6499fcd
Showing
5 changed files
with
160 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
- Getting started | ||
|
||
- [Install](install.md) | ||
- [Uninstall](uninstall.md) | ||
|
||
- Introduction | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Uninstalling Wox | ||
|
||
Before uninstalling Wox, make sure to exit the application first. | ||
|
||
### Windows | ||
|
||
On Windows, you should also delete the Wox executable file. This is usually located in the directory where you initially run Wox exe file. After deleting the executable file, you | ||
can | ||
proceed to delete the configuration data. The configuration data is located in your user directory. To uninstall Wox, delete the `.wox` directory in your user directory. The path | ||
is usually: | ||
|
||
``` | ||
C:\Users\<yourname>\.wox | ||
``` | ||
|
||
Replace `<yourname>` with your actual username. | ||
|
||
### MacOS | ||
|
||
On macOS, you should also delete the Wox application from the Applications folder. After deleting the application, you can proceed to delete the configuration data. The | ||
configuration data is located in your home directory. To uninstall Wox, delete the `.wox` directory in your home directory. The path is: | ||
|
||
``` | ||
~/.wox | ||
``` | ||
|
||
### Linux | ||
|
||
On Linux, you should also delete the Wox executable file. This is usually located in the directory where you initially run Wox file. After deleting the executable file, you can | ||
proceed to delete the configuration data. The configuration data is located in your home directory. To uninstall Wox, delete the `.wox` directory in your home directory. The path | ||
is usually: | ||
|
||
``` | ||
~/.wox | ||
``` |