We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ede6c0c + ce04b49 commit 46eaca1Copy full SHA for 46eaca1
1 file changed
README.md
@@ -81,18 +81,18 @@ Visit the [GitHub Releases](https://github.com/murphysecurity/murphysec/releases
81
#### Linux
82
83
```
84
-wget -q https://s.murphysec.com/install.sh -O - | /bin/bash
+wget -q https://s.murphysec.com/release/install.sh -O - | /bin/bash
85
86
#### OSX
87
88
89
-curl -fsSL https://s.murphysec.com/install.sh | /bin/bash
+curl -fsSL https://s.murphysec.com/release/install.sh | /bin/bash
90
91
92
#### WINDOWS
93
94
95
-powershell -Command "iwr -useb https://s.murphysec.com/install.ps1 | iex"
+powershell -Command "iwr -useb https://s.murphysec.com/release/install.ps1 | iex"
96
97
98
0 commit comments