diff --git a/README.md b/README.md
index 6102215..8312d41 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Simply make any web page a desktop application using rust.
+Turn any webpage into a desktop app with Rust with ease.
-| WeRead + | WeRead Mac Windows Linux | -Twitter + | Twitter Mac Windows Linux @@ -46,12 +46,12 @@ | ![]() |
| LiZhi + | LiZhi Mac Windows Linux | -YouTube + | YouTube Mac Windows Linux @@ -62,12 +62,12 @@ | ![]() |
| Qwerty + | Qwerty Mac Windows Linux | -Reference + | Reference Mac Windows Linux @@ -78,12 +78,12 @@ | ![]() |
| Library + | Library Mac Windows Linux | -ChatGPT + | ChatGPT Mac Windows Linux @@ -96,7 +96,7 @@ |
-
-| WeRead + | WeRead Mac Windows Linux | -Twitter + | Twitter Mac Windows Linux @@ -45,12 +45,12 @@ | ![]() |
| LiZhi + | LiZhi Mac Windows Linux | -YouTube + | YouTube Mac Windows Linux @@ -61,12 +61,12 @@ | ![]() |
| Qwerty + | Qwerty Mac Windows Linux | -Reference + | Reference Mac Windows Linux @@ -77,12 +77,12 @@ | ![]() |
| Library + | Library Mac Windows Linux | -ChatGPT + | ChatGPT
Mac
Windows
Linux
@@ -133,13 +133,13 @@
**Pake 提供了命令行工具,可以更快捷方便地一键自定义打你需要的包,详细可见 [文档](./bin/README.md)。**
```bash
-// 使用 npm 进行安装
+# 使用 npm 进行安装
npm install -g pake-cli
-// 命令使用
-pake url [options]
+# 命令使用
+pake url [OPTIONS]...
-// 随便玩玩,首次由于安装环境会有些慢,后面就快了
+# 随便玩玩,首次由于安装环境会有些慢,后面就快了
pake https://weekly.tw93.fun --name Weekly --transparent
```
@@ -150,16 +150,16 @@ pake https://weekly.tw93.fun --name Weekly --transparent
开始前请确保电脑已经安装了 Rust `>=1.63` 和 Node `>=16 如 16.18.1` 的环境,此外需参考 [Tauri 文档](https://tauri.app/v1/guides/getting-started/prerequisites) 快速配置好环境才可以开始使用,假如你太不懂,使用上面的命令行打包会更加合适。
```sh
-// 安装依赖
+# 安装依赖
npm i
-// 本地开发
+# 本地开发
npm run dev
-// 本地调试
+# 本地调试
npm run dev:debug
-// 打包应用
+# 打包应用
npm run build
```
diff --git a/bin/README.md b/bin/README.md
index 79b5b02..7e37211 100644
--- a/bin/README.md
+++ b/bin/README.md
@@ -43,7 +43,8 @@ pake url [options]
打包完成后的应用程序默认为当前工作目录,首次打包由于需配置好环境,需要一些时间,请耐心等待即可。
-Note: 打包需要用 `Rust` 环境,如果没有 `Rust`,会提示确认安装。如遇安装失败或超时,可[自行安装](https://www.rust-lang.org/tools/install)。
+> **Note**:
+> 打包需要用 `Rust` 环境,如果没有 `Rust`,会提示确认安装。如遇安装失败或超时,可[自行安装](https://www.rust-lang.org/tools/install)。
### url
diff --git a/bin/README_EN.md b/bin/README_EN.md
index cbb8982..530e8bf 100644
--- a/bin/README_EN.md
+++ b/bin/README_EN.md
@@ -1,16 +1,15 @@
## Install
-Please ensure that Node version>=16, such as 16.8, do not use sudo for installation.
-If the npm report has no permission, you can refer to [How to fix npm throwing error without sudo](https://stackoverflow.com/questions/16151018/how-to-fix-npm-throwing-error-without-sudo).
+Ensure the version of your installed Node.js is greater than `16.0` such as `16.8`. Do not use `sudo` to install. If you encountered permission issues/problems while installing using npm, see [How to fix npm throwing error without sudo](https://stackoverflow.com/questions/16151018/how-to-fix-npm-throwing-error-without-sudo).
```bash
npm install -g pake-cli
```
-## Windows and Linux considerations
+## Notes for Windows & Linux users
-- **Very important**, check out the dependency guide provided by Tauri [link](https://tauri.app/v1/guides/getting-started/prerequisites).
-- For windows (at least installed `Win10 SDK (10.0.19041.0)` and `Visual Studio build tool 2022(>=17.2)`), additional installation is required:
+- **VERY IMPORTANT**: Check out [the Tauri prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites) before proceeding.
+- For Windows users who had been installed `Win10 SDK (10.0.19041.0)` and `Visual Studio build tool 2022(>=17.2)`, you may need to install these additionally:
1. Microsoft Visual C++ 2015-2022 Redistributable (x64)
2. Microsoft Visual C++ 2015-2022 Redistributable (x86)
@@ -18,7 +17,7 @@ npm install -g pake-cli
4. Microsoft Visual C++ 2013 Redistributable (x86) (optional)
5. Microsoft Visual C++ 2008 Redistributable (x86) (optional)
-- In addition, Ubuntu can run the following command before starting to install the required dependencies in the early stage.
+- For Ubuntu users, run the following commands to install the required libraries before compiling:
```bash
sudo apt install libdbus-1-dev \
@@ -42,21 +41,22 @@ npm install -g pake-cli
pake url [options]
```
-After the packaging, the application defaults to the current working directory. Since the environment needs to be configured for the first packaging, it will take some time. Please wait patiently.
+The packaged application will be placed in the current working directory by default. Since the environment needs to be configured for the first packaging, it will take some time. Please wait patiently.
-Note: The Rust environment is required for packaging. If you do not have Rust, you will be prompted to confirm the installation. If the installation fails or times out, you can [install](https://www.rust-lang.org/tools/install) it yourself.
+> **Note**:
+> The Rust environment is required for packaging. If you have not installed Rust, you will be prompted to confirm the installation. If the installation fails or times out, you can [install](https://www.rust-lang.org/tools/install) by yourself.
### url
-The url🔗 is the webpage link you need to package, Must be provided.
+The url🔗 is the link to the website you want to package. Required.
### [options]
-Some specific options are provided. When packaging, corresponding parameters can be passed to achieve customized effects.
+We provide some options for customization. When packaging, the corresponding arguments can be passed to configure your app.
#### [name]
-The application name, if not specified when entering, will prompt you to enter, input must be English.
+The name of your application. We will prompt you to enter this if you do not provide it in this phase. Input must be in English.
```shell
--name |