Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #45 from patzim/master
Give Zef some more prominence
  • Loading branch information
moritz committed Jan 11, 2016
2 parents a4ace53 + 651721f commit 86c5f74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions includes/footer
Expand Up @@ -34,6 +34,8 @@
directory</a></li>
<li><a href="https://github.com/tadzik/panda/">Panda</a>, a
module installer for Rakudo</li>
<li><a href="https://github.com/ugexe/zef/">Zef</a>, a young
and feature rich module installer</li>
</ul>

<a href="https://modules.perl6.org/" class="btn btn-success">More</a>
Expand Down
7 changes: 5 additions & 2 deletions source/downloads/index.html
Expand Up @@ -32,7 +32,7 @@ <h3 class="trim-top">Installing from source</h3>
<pre>git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
export PATH=~/.rakudobrew/bin:$PATH
rakudobrew build moar 2015.12
rakudobrew build panda</pre>
rakudobrew build panda # alternative: build zef</pre>

<p>Note: if you have old installation of <code>rakudobrew</code> or Perl 6 and you're having issues updating,
you may try deleting <code>~/.rakudobrew</code> and <code>~/.perl6</code> directories first and starting
Expand Down Expand Up @@ -68,7 +68,10 @@ <h3 class="trim-top">Perl&nbsp;6 Ecosystem</h3>
<a href="https://modules.perl6.org/">Modules extending Perl&nbsp;6</a>
</p>
<p>
<a href="https://github.com/tadzik/panda">Module installer</a>
<a href="https://github.com/tadzik/panda">Panda Module installer</a>
</p>
<p>
<a href="https://github.com/ugexe/zef">Zef Module installer</a>
</p>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion source/whatever/index.html
Expand Up @@ -22,8 +22,10 @@ <h3 class="panel-title">Installer, Editors, IDEs, *</h3>
</div>
<div class="panel-body">
<ul class="shy-list">
<li><a href="https://github.com/tadzik/panda/">panda</a> makes it easy
<li><a href="https://github.com/tadzik/panda/">Panda</a> makes it easy
to install modules programs written in Perl&nbsp;6</li>
<li><a href="https://github.com/ugexe/zef/">Zef</a>, a young
and feature rich module installer</li>
<li><a href="https://metacpan.org/pod/Inline::Perl6">Inline::Perl6</a>, embedding Perl&nbsp;6 code in Perl&nbsp;5</li>
<li><a href="https://metacpan.org/pod/Padre::Plugin::Perl6">Padre::Plugin::Perl6</a>, Perl&nbsp;6 highlighting and code execution in
<a href="http://padre.perlide.org/">Padre, the Perl IDE</a></li>
Expand Down

0 comments on commit 86c5f74

Please sign in to comment.