forked from p15670423/monkey
Added text to the missing-binaries modal
This commit is contained in:
parent
a4d4f629e0
commit
02bdf4bb11
|
@ -34,8 +34,8 @@ class MissingBinariesModal extends React.PureComponent {
|
|||
<p className="alert alert-warning">
|
||||
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
||||
Some Monkey binaries are not found where they should be...<br/>
|
||||
Try downloading them from <a href="https://github.com/guardicore/monkey/releases/latest" target="blank">here</a>,
|
||||
at the bottommost section titled "Assets".
|
||||
You can download the files from <a href="https://github.com/guardicore/monkey/releases/latest" target="blank">here</a>,
|
||||
at the bottommost section titled "Assets", and place them under the directory <i>monkey/monkey_island/cc/binaries</i>.
|
||||
</p>
|
||||
</div>
|
||||
<hr/>
|
||||
|
|
Loading…
Reference in New Issue