20 lines
922 B
HTML
20 lines
922 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title styles="color:white">Congratulations! You've successfully installed .NET CLI tools!</title>
|
|
</head>
|
|
<body>
|
|
<div align="center" style="font-family: Helvetica;">
|
|
<h1>The installation was successful.</h1>
|
|
<p>.NET CLI tools were successfully installed.</p>
|
|
<h2>
|
|
Install dependencies
|
|
</h2>
|
|
<p>
|
|
In order to be able to use .NET on OS X, you need to install <b>OpenSSL</b> version <b>1.0.1/1.0.2</b>. There are many ways to install/update your libssl. Using <a href="http://www.brew.sh">Homebrew</a> is the easiest. You can view the instructions <a href="http://brewformulas.org/Openssl">here</a> or if you're updating, <a href="http://apple.stackexchange.com/questions/126830/how-to-upgrade-openssl-in-os-x">on this page</a>.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|