Skip to content

Commit f6e0b1c

Browse files
authored
Update README_ZH.md
1 parent ede6c0c commit f6e0b1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README_ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,19 +161,19 @@
161161
#### 在 Linux 上安装
162162

163163
```
164-
wget -q https://s.murphysec.com/install.sh -O - | /bin/bash
164+
wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
165165
```
166166

167167
#### 在 OSX 上安装
168168

169169
```
170-
curl -fsSL https://s.murphysec.com/install.sh | /bin/bash
170+
curl -fsSL https://s.murphysec.com/release/install.sh | /bin/bash
171171
```
172172

173173
#### 在 WINDOWS 上安装
174174

175175
```
176-
powershell -Command "iwr -useb https://s.murphysec.com/install.ps1 | iex"
176+
powershell -Command "iwr -useb https://s.murphysec.com/release/install.ps1 | iex"
177177
```
178178

179179
### 2.创建任务

0 commit comments

Comments
 (0)