Skip to content

Commit 46eaca1

Browse files
authored
Merge pull request #163 from murphysecurity/CN-You-patch-1
Update README.md
2 parents ede6c0c + ce04b49 commit 46eaca1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,18 @@ Visit the [GitHub Releases](https://github.com/murphysecurity/murphysec/releases
8181
#### Linux
8282

8383
```
84-
wget -q https://s.murphysec.com/install.sh -O - | /bin/bash
84+
wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
8585
```
8686
#### OSX
8787

8888
```
89-
curl -fsSL https://s.murphysec.com/install.sh | /bin/bash
89+
curl -fsSL https://s.murphysec.com/release/install.sh | /bin/bash
9090
```
9191

9292
#### WINDOWS
9393

9494
```
95-
powershell -Command "iwr -useb https://s.murphysec.com/install.ps1 | iex"
95+
powershell -Command "iwr -useb https://s.murphysec.com/release/install.ps1 | iex"
9696
```
9797

9898

0 commit comments

Comments
 (0)