Skip to content

Commit

Permalink
Removed Download instructions from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 16, 2015
1 parent 3e94fe5 commit 25c2ad0
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions app/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,43 +308,4 @@ <h2>Windows <a href="/download" target="_self" class="download-arrow hidden-xs">
</p>
</div>
</div>
</div><!-- / .page-section static -->


<!-- DOWNLOAD INSTRUCTION SECTION -->
<div class="page-section white download-instructions-section">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h2 class="download-title">Download Instructions</h2>
</div><!-- / .col-xs-12 -->
</div><!-- / .row -->
<div class="row">
<div class="col-sm-4 col-xs-12">
<h2 class="section-heading">OSX</h2>
<ul class="download-steps">
<li>Use Homebrew to install Forge natively for use on the command-line, via <code>brew install jboss-forge</code></li>
<li>Or use <code>curl http://forge.jboss.org/sh | sh</code></li>
<li>Or grab the <a target="_self" href="https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&amp;g=org.jboss.forge&amp;a=forge-distribution&amp;v=LATEST&amp;e=zip&amp;c=offline">ZIP</a> to install Forge natively on OSX</li>
</ul>

</div>

<div class="col-sm-4 col-xs-12">
<h2 class="section-heading">Linux</h2>
<ul class="download-steps">
<li>Use <code>curl http://forge.jboss.org/sh | sh</code></li>
<li>Or grab the <a target="_self" href="https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&amp;g=org.jboss.forge&amp;a=forge-distribution&amp;v=LATEST&amp;e=zip&amp;c=offline">ZIP</a> to install Forge natively on Linux</li>
</ul>
</div>

<div class="col-sm-4 col-xs-12">
<h2 class="section-heading">Windows</h2>
<ul class="download-steps">
<li>Grab the <a target="_self" href="https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&amp;g=org.jboss.forge&amp;a=forge-distribution&amp;v=LATEST&amp;e=zip&amp;c=offline">ZIP</a> to install Forge natively on Windows</li>
</ul>
</div>
</div><!-- / .row -->
</div>
</div><!-- / .page-section -->
<!-- / END DOWNLOAD INSTRUCTION SECTION -->
</div><!-- / .page-section static -->

0 comments on commit 25c2ad0

Please sign in to comment.