Skip to content

Commit

Permalink
fix:brew 安装示例
Browse files Browse the repository at this point in the history
  • Loading branch information
smallKeyboy committed May 16, 2024
1 parent 8e94550 commit 4971ba5
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,26 @@

## 快速开始

**一键安装**
**安装**

* 安装:

**linux和Mac**
**linux和Mac shell脚本**

```shell
sudo bash -c "$(curl -s -L https://521github.com/iflytek/spark-ai-cli/releases/download/latest/install.sh)"
```

**Mac brew安装**

Mac已支持brew安装,如果您之前通过bash脚本安装过aispark,请先删除
```shell
rm -rf /usr/local/bin/aispark
```
brew安装命令:
```shell
brew tap iflytek/aispark
brew install aispark
```

**windows**

使用Windows PowerShell管理员权限执行如下脚本
Expand Down

0 comments on commit 4971ba5

Please sign in to comment.