Skip to content

Commit 24bcd13

Browse files
authored
Update README.md
1 parent 36a5352 commit 24bcd13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
## 安装
1010
**Mac/Linux 用户**
1111
```sh
12-
#!/usr/bin/env sh
1312
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/excel-code-generator/code-generator/master/install.sh)"
1413
```
1514
> 将以上命令粘贴至终端。
1615
1716
**Windows 用户**
1817
```ps1
19-
# PowerShell
2018
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/excel-code-generator/code-generator/master/install.ps1'))
2119
```
2220
> 将以上命令粘贴至PowerShell。

0 commit comments

Comments
 (0)