Skip to content

Commit

Permalink
Fix line spacing on module-install.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 16, 2015
1 parent a3a4ebf commit a2078d0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions root/inc/module-install.html
Expand Up @@ -8,15 +8,13 @@ <h4 class="modal-title">Module Install Instructions</h4>
<div class="modal-body">
<p>To install <% module.documentation or module.module.0.name %>, simply copy and paste either of the commands in to your terminal</p>
<p><a href="/pod/distribution/App-cpanminus/bin/cpanm">cpanm</a></p>
<pre">
cpanm <% module.documentation or module.module.0.name %>
</pre>
<p>CPAN shell</p>
<pre">
<pre>
cpanm <% module.documentation or module.module.0.name %></pre>
<p><a href="https://metacpan.org/pod/CPAN">CPAN shell</a></p>
<pre>
perl -MCPAN -e shell
install <% module.documentation or module.module.0.name %>
</pre>
<p>For more information on module installation please visit <a href="http://www.cpan.org/modules/INSTALL.html">The detailed CPAN module installation guide</a></p>
install <% module.documentation or module.module.0.name %></pre>
<p>For more information on module installation please visit <a href="http://www.cpan.org/modules/INSTALL.html">the detailed CPAN module installation guide</a>.</p>
</div>
<div class="modal-footer">
<a href="#" data-dismiss="modal" class="btn">Close</a>
Expand Down

0 comments on commit a2078d0

Please sign in to comment.