We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46eaca1 + f6e0b1c commit 4444a8bCopy full SHA for 4444a8b
README_ZH.md
@@ -161,19 +161,19 @@
161
#### 在 Linux 上安装
162
163
```
164
-wget -q https://s.murphysec.com/install.sh -O - | /bin/bash
+wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
165
166
167
#### 在 OSX 上安装
168
169
170
-curl -fsSL https://s.murphysec.com/install.sh | /bin/bash
+curl -fsSL https://s.murphysec.com/release/install.sh | /bin/bash
171
172
173
#### 在 WINDOWS 上安装
174
175
176
-powershell -Command "iwr -useb https://s.murphysec.com/install.ps1 | iex"
+powershell -Command "iwr -useb https://s.murphysec.com/release/install.ps1 | iex"
177
178
179
### 2.创建任务
0 commit comments