From 4a6891711ffdaedbb36366036effe31e18f7cd9c Mon Sep 17 00:00:00 2001 From: Tlntin <371043382@qq.com> Date: Thu, 15 Dec 2022 10:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pake-cli=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 ++++- bin/README.md | 5 ++++- bin/README_EN.md | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e23975b..ce3870b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } diff --git a/bin/README.md b/bin/README.md index c09bc25..47f73eb 100644 --- a/bin/README.md +++ b/bin/README.md @@ -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命令安装。 + ## 用法 diff --git a/bin/README_EN.md b/bin/README_EN.md index 8250cc4..fdbf89d 100644 --- a/bin/README_EN.md +++ b/bin/README_EN.md @@ -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