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