Skip to content

Commit

Permalink
Temporary location of latest R*
Browse files Browse the repository at this point in the history
Revert this commit whenever https://rakudo.org/files is able to serve again R*
  • Loading branch information
hankache committed Apr 26, 2019
1 parent af53e7e commit 71c7944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/downloads/index.html
Expand Up @@ -22,7 +22,7 @@ <h3 class="trim-top">Installing from binaries</h3>

<p>Windows and macOS users can directly install the most recent version of Rakudo Star from the downloads section.</p>

<p><a href="https://rakudo.org/files/">https://rakudo.org/files/</a></p>
<p><a href="https://perl6intro.com/files/index.html">https://perl6intro.com/files/</a></p>

<p>Docker users can directly install with <tt>docker pull rakudo-star</tt> </p>

Expand All @@ -37,7 +37,7 @@ <h3 class="trim-top">Installing from source</h3>

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

<pre>% wget https://rakudo.perl6.org/downloads/star/rakudo-star-2019.03.tar.gz
<pre>% wget https://perl6intro.com/files/rakudo-star-2019.03.tar.gz
% tar xfz rakudo-star-2019.03.tar.gz
% cd rakudo-star-2019.03
% perl Configure.pl --gen-moar --make-install --prefix ~/rakudo
Expand Down

0 comments on commit 71c7944

Please sign in to comment.