Skip to content

Commit

Permalink
commit by Serverless devs docs 2-21-2024 3:55:14
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-devs committed Feb 21, 2024
1 parent 3b6b0a7 commit a9c1741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/serverless-devs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ yarn global add @serverless-devs/s
> **illustrate**:
> - If you execute the command under Linux or macOS and report an error and the error message is `Command not found`, please execute the command `ln -s serverless-devs installation location /usr/bin`, serverless-devs installation location can be found by `find / -name s`.
> - If an error is reported when executing this command under Linux and the error message is `Error: EACCES: permission denied`, please execute the command `npm install @serverless-devs/s -g`.
> - If you have a slow installation process in mainland, you can consider using Taobao npm source. The installation command is `npm --registry=https://registry.npm.taobao.org install @serverless-devs/s -g`.
> - If you have a slow installation process in mainland, you can consider using Taobao npm source. The installation command is `npm --registry=https://registry.npmmirror.com install @serverless-devs/s -g`.
### Install by downloading the binary
Open the [releases](https://github.com/Serverless-Devs/Serverless-Devs/releases) page, select a release compressed package link corresponding to the platform in the latest version, and click to download directly.
Expand Down
2 changes: 1 addition & 1 deletion content/zh/serverless-devs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ yarn global add @serverless-devs/s
> **说明**:
> - 如果在 Linux 或 MacOS 下执行该命令报错且报错信息为 `未找到命令`,请执行命令 `ln -s serverless-devs安装位置 /usr/bin`,serverless-devs安装位置可以通过`find / -name s` 查找。
> - 如果在 Linxu 下执行该命令报错且报错信息为 `Error: EACCES: permission denied`,请执行命令 `npm install @serverless-devs/s -g`
> - 如果安装过程较慢,可以考虑使用淘宝 npm 源,安装命令为 `npm --registry=https://registry.npm.taobao.org install @serverless-devs/s -g`
> - 如果安装过程较慢,可以考虑使用淘宝 npm 源,安装命令为 `npm --registry= https://registry.npmmirror.com install @serverless-devs/s -g`
### 通过下载二进制安装
打开 [releases](https://github.com/Serverless-Devs/Serverless-Devs/releases) 页面,在最新的发布版本(Release)中选择对应平台的压缩包,点击直接下载。
Expand Down

0 comments on commit a9c1741

Please sign in to comment.