Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove extraneous leading whitespace within <pre>
  • Loading branch information
zoffixznet committed May 30, 2016
1 parent 59e441f commit 81ba8cf
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions source/downloads/index.html
Expand Up @@ -39,12 +39,11 @@ <h3 class="trim-top">Installing from source</h3>

<p>A quick start for Linux/Mac/BSD/Cygwin etc. follows:</p>

<pre>
% wget http://rakudo.org/downloads/star/rakudo-star-2016.04.tar.gz
% tar xfz rakudo-star-2016.04.tar.gz
% cd rakudo-star-2016.04
# perl Configure.pl --gen-moar --prefix /opt/rakudo-star-2016.04
# make install </pre>
<pre>% wget http://rakudo.org/downloads/star/rakudo-star-2016.04.tar.gz
% tar xfz rakudo-star-2016.04.tar.gz
% cd rakudo-star-2016.04
# perl Configure.pl --gen-moar --prefix /opt/rakudo-star-2016.04
# make install</pre>

<h3 class="trim-top">Rakudo Star 2016.04 Errata</h3>

Expand Down

0 comments on commit 81ba8cf

Please sign in to comment.