更新pake-cli文档
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"cSpell.words": ["loglevel", "Pake", "tauri"],
|
||||
"typescript.preferences.importModuleSpecifierEnding": "js"
|
||||
"typescript.preferences.importModuleSpecifierEnding": "js",
|
||||
"editor.fontSize": 18,
|
||||
"files.autoSave": "afterDelay",
|
||||
"editor.fontFamily": "JetBrains Mono, '得意黑', JetBrains Mono"
|
||||
}
|
||||
|
||||
5
bin/README.md
vendored
5
bin/README.md
vendored
@@ -4,7 +4,10 @@
|
||||
npm install -g pake-cli
|
||||
```
|
||||
|
||||
如果安装失败提示没有权限,请参考该贴解决:[链接](https://gist.github.com/Giancarlos/d087f8a9e6516716da98ad0c0f5a8f58),**或者使用 `sudo` 权限**。
|
||||
如果安装失败提示没有权限,请参考该贴解决:[链接](https://gist.github.com/Giancarlos/d087f8a9e6516716da98ad0c0f5a8f58)。
|
||||
|
||||
**尽量不要使用 `sudo` 权限**。 如果实在要用sudo,请手动安装rust到系统环境。Mac可以用brew命令安装,Linux如Ubuntu可以用apt命令安装。
|
||||
|
||||
|
||||
## 用法
|
||||
|
||||
|
||||
4
bin/README_EN.md
vendored
4
bin/README_EN.md
vendored
@@ -4,7 +4,9 @@
|
||||
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) , **or use `sudo` permissions**.
|
||||
If the installation fails and you are prompted that you do not have permission, please see this [website](https://gist.github.com/Giancarlos/d087f8a9e6516716da98ad0c0f5a8f58) .
|
||||
|
||||
**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.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user