更新pake-cli文档

This commit is contained in:
Tlntin
2022-12-15 10:11:09 +08:00
parent 5451bf61f4
commit 4a6891711f
3 changed files with 11 additions and 3 deletions

View File

@@ -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
View File

@@ -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
View File

@@ -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