File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ icon: download
66
77我们可以前往[ GitHub Release页面] ( https://github.com/Air-duino/AirISP/releases/latest ) 下载最新版本的AirISP工具。
88
9+ ::: details Arch包管理安装
10+
11+ Arch Linux 及其衍生版可以安装 [ AUR airisp-git] ( https://aur.archlinux.org/packages/airisp-git ) 。
12+
13+ ** 注:命令行名称按 Arch Linux 规范应该是小写,安装后命令行为:` airisp ` 。**
14+
15+ ``` bash
16+ yay -Syu airisp
17+ ```
18+
19+ :::
20+
921> ` AiISP ` 工具内置了` .NET ` 运行时,所以无需手动安装额外的依赖。
1022
1123解压后可以得到` AirISP.exe ` (其他系统上可能为` AirISP ` )
Original file line number Diff line number Diff line change @@ -12,7 +12,19 @@ AirISP 是一个通过串口与芯片ISP功能进行交互,从而实现擦除
1212
1313前往[ GitHub Release页面] ( https://github.com/Air-duino/AirISP/releases/latest ) 下载最新版本的AirISP工具。
1414
15- 解压后可以得到` AirISP ` :
15+ ::: details Arch 包管理安装
16+
17+ Arch Linux 及其衍生版可以安装 [ AUR airisp-git] ( https://aur.archlinux.org/packages/airisp-git ) 。
18+
19+ ** 注:命令行名称按 Arch Linux 规范应该是小写,安装后命令行为:` airisp ` 。**
20+
21+ ``` bash
22+ yay -Syu airisp
23+ ```
24+
25+ :::
26+
27+ 解压或安装后可以得到 ` AirISP ` :
1628
1729``` bash
1830> .\A irISP -h
You can’t perform that action at this time.
0 commit comments