We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a5352 commit 24bcd13Copy full SHA for 24bcd13
README.md
@@ -9,14 +9,12 @@
9
## 安装
10
**Mac/Linux 用户**
11
```sh
12
-#!/usr/bin/env sh
13
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/excel-code-generator/code-generator/master/install.sh)"
14
```
15
> 将以上命令粘贴至终端。
16
17
**Windows 用户**
18
```ps1
19
-# PowerShell
20
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/excel-code-generator/code-generator/master/install.ps1'))
21
22
> 将以上命令粘贴至PowerShell。
0 commit comments