Skip to content

Commit

Permalink
feat: add remote install to readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuhaoQing authored Aug 2, 2024
1 parent 5cead37 commit c5ad54d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

另外,`cocli` 所有的命令都可以通过添加 `-h` 参数查看帮助文档。

## 安装

```shell
# 通过 curl 安装
curl -fL https://download.coscene.cn/cocli/install.sh | sh
```

## 本地安装

### 克隆代码
Expand All @@ -28,4 +35,3 @@ mv bin/cocli /usr/local/bin/
# 运行 cocli 命令, 查看帮助文档, 确认安装成功
cocli -h
```

0 comments on commit c5ad54d

Please sign in to comment.