Added text to the missing-binaries modal

This commit is contained in:
ophirharpazg 2020-05-27 21:31:32 +03:00
parent a4d4f629e0
commit 02bdf4bb11
1 changed files with 2 additions and 2 deletions

View File

@ -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/>