blob: 6d527833d97219cf6fad43ae904e311001023fac [file] [log] [blame]
<html>
<body>
<h1>How to install Eclipse Corrosion</h1>
<h3>Rust IDE built in Eclipse</h3>
<style>
body{
width:100%;
background-color:#ededed;
margin:50px;
}
h1,h3{
text-align:center;
}
li{
margin-top:15px;
margin-bottom:15px;
}
a{
color:black;
}
</style>
<div style="width: 50%; margin: 0 auto;">
<ol>
<li>Open Eclipse IDE (<a href="http://download.eclipse.org/eclipse/downloads/">Download</a>)</li>
<li>Open the Install New Software Wizard</li>
<img style="width:450px" src="images/installNewSoftwareDropdown.png" alt="dropdown menu location" />
<li>Enter <b>https://lucasbullen.github.io/corrosion/site/</b> in the site field</li>
<li>Select <b>Corrosion - Rust in Eclipse IDE</b> and click <b>Next</b></li>
<img style="width:450px" src="images/installSoftwareWizard.png" alt="install software wizard"/>
<li>Wait for the dependencies to load</li>
<li>Press <b>Next</b> again</li>
<li>Accept the license and press <b>Finish</b></li>
<li>Restart Eclipse</li>
<li><b>Start developing your Rust projects in Eclipse IDE!</b></li>
<li><a href="https://github.com/LucasBullen/corrosion/issues">Make requests and PRs for new features and bug fixes</a></li>
<li><a href="https://github.com/LucasBullen/corrosion">Learn more about Corrosion</a></li>
</ol>
<div>
</body>
</html>