🐛 更新文档描述
This commit is contained in:
3
bin/README.md
vendored
3
bin/README.md
vendored
@@ -39,8 +39,7 @@ url 为你需要打包的网页链接 🔗,必须提供。
|
||||
|
||||
#### [icon]
|
||||
|
||||
应用 icon,支持本地/远程文件,默认为 Pake 自带图标。
|
||||
(可以去 https://icon-icons.com 搜索下载)
|
||||
应用 icon,支持本地/远程文件,默认为 Pake 自带图标,定制的可以去 [icon-icons](https://icon-icons.com) 或 [macOSicons](https://macosicons.com/#/) 搜索下载。
|
||||
|
||||
- MacOS 下必须为 `.icns`
|
||||
- Windows 下必须为 `.ico`
|
||||
|
||||
3
bin/README_EN.md
vendored
3
bin/README_EN.md
vendored
@@ -6,7 +6,6 @@ npm install -g pake-cli
|
||||
|
||||
If the installation fails and you are prompted that you do not have permission, please see this [website](https://gist.github.com/Giancarlos/d087f8a9e6516716da98ad0c0f5a8f58) .
|
||||
|
||||
|
||||
Also make sure that you're using a correct Node.js version (`^14.13 || >=16.0.0`). If you're using [nvm](https://github.com/nvm-sh/nvm) for Node.js version management you may run `nvm use` from the root folder of the project and the correct version will be picked up. Other Node.js version management tools, such as [fnm](https://github.com/Schniz/fnm) and [tj/n](https://github.com/tj/n), should also have similar feature.
|
||||
|
||||
**try not to use `sudo` permissions**, If you must use sudo, you need install rust in you system environment. For Mac, you can use brew to install it. For Linux like Ubuntu, you need apt to install it.
|
||||
@@ -39,7 +38,7 @@ The application name, if not specified when entering, will prompt you to enter,
|
||||
|
||||
#### [icon]
|
||||
|
||||
The application icon, support local and remote files. The default is brand icon of Pake.(Search for icons: https://icon-icons.com)
|
||||
The application icon, support local and remote files, the default is brand icon of Pake. Customized product icon can go to [icon icons](https://icon-icons.com) Or [macOSicons](https://macosicons.com/#/) download it.
|
||||
|
||||
- MacOS must be `.icns`
|
||||
- Windows must be `.ico`
|
||||
|
||||
Reference in New Issue
Block a user