Skip to content

Commit 0f42dc3

Browse files
committed
docs: update installation guide for clarity and consistency #4337
1 parent 5aff545 commit 0f42dc3

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

www/docs/guide/installation.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Installation
22

3-
## Install
3+
Wox is a self-contained application — no installation required. Simply download and run.
4+
5+
## Download & Run
46

57
### Windows
68

7-
1. Download the latest Windows installer from [Releases](https://github.com/Wox-launcher/Wox/releases).
8-
2. Run the installer and follow the prompts.
9-
3. Wox will launch automatically after installation.
9+
1. Download the latest Windows build from [Releases](https://github.com/Wox-launcher/Wox/releases).
10+
2. Extract the archive to any folder you like.
11+
3. Double-click `Wox.exe` to run.
1012

1113
### macOS
1214

@@ -16,17 +18,18 @@
1618

1719
### Linux
1820

19-
1. Download the latest Linux archive from [Releases](https://github.com/Wox-launcher/Wox/releases).
20-
2. Extract the archive.
21+
1. Download the latest Linux build from [Releases](https://github.com/Wox-launcher/Wox/releases).
22+
2. Extract the archive to any directory.
2123
3. Run `./wox` to start Wox.
2224

2325
## Uninstall
2426

27+
Since Wox is self-contained, simply delete the application files to uninstall.
28+
2529
### Windows
2630

27-
1. Open Control Panel -> Programs -> Programs and Features.
28-
2. Find Wox and click Uninstall.
29-
3. Remove User Data: delete `%USERPROFILE%\\.wox` if you also want to clear settings.
31+
1. Delete the folder where you extracted Wox.
32+
2. Remove User Data: delete `%USERPROFILE%\.wox` if you also want to clear settings.
3033

3134
### macOS
3235

@@ -36,5 +39,5 @@
3639

3740
### Linux
3841

39-
1. Remove the extracted Wox directory.
42+
1. Delete the directory where you extracted Wox.
4043
2. Remove User Data: `rm -rf ~/.wox` if you also want to clear settings.

www/docs/zh/guide/installation.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# 安装
22

3-
## 安装
3+
Wox 是一个自包含的应用程序,无需安装,下载后即可直接运行。
4+
5+
## 下载与运行
46

57
### Windows
68

7-
1.[Releases](https://github.com/Wox-launcher/Wox/releases) 下载最新的 Windows 安装包
8-
2. 运行安装程序并按照提示完成安装
9-
3. 安装完成后 Wox 会自动启动
9+
1.[Releases](https://github.com/Wox-launcher/Wox/releases) 下载最新的 Windows 版本
10+
2. 解压到任意目录
11+
3. 双击 `Wox.exe` 即可运行
1012

1113
### macOS
1214

@@ -16,17 +18,18 @@
1618

1719
### Linux
1820

19-
1.[Releases](https://github.com/Wox-launcher/Wox/releases) 下载最新的 Linux 压缩包
20-
2. 解压压缩包
21+
1.[Releases](https://github.com/Wox-launcher/Wox/releases) 下载最新的 Linux 版本
22+
2. 解压到任意目录
2123
3. 运行 `./wox` 启动 Wox。
2224

2325
## 卸载
2426

27+
Wox 是自包含的应用,卸载只需删除程序文件即可。
28+
2529
### Windows
2630

27-
1. 打开控制面板 -> 程序 -> 程序和功能。
28-
2. 找到 Wox 并点击卸载。
29-
3. 删除用户数据:如需清理配置,请删除 `%USERPROFILE%\\.wox` 目录。
31+
1. 删除 Wox 所在的文件夹。
32+
2. 删除用户数据:如需清理配置,请删除 `%USERPROFILE%\.wox` 目录。
3033

3134
### macOS
3235

@@ -36,5 +39,5 @@
3639

3740
### Linux
3841

39-
1. 删除解压的 Wox 目录
42+
1. 删除 Wox 所在的目录
4043
2. 删除用户数据:如需清理配置,请执行 `rm -rf ~/.wox`

0 commit comments

Comments
 (0)