Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Give Zef some more prominence.
  • Loading branch information
Patrick Sebastian Zimmermann committed Jan 8, 2016
1 parent ceea8f9 commit b952596
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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
5 changes: 3 additions & 2 deletions source/getting-started/index.html
Expand Up @@ -27,8 +27,9 @@ <h3 class="trim-top">The Main Track</h3>
<li><strong>Read about Perl 6</strong> — explore the
<a href="/documentation/">documentation</a>
to start learning Perl 6.</li>
<li><strong>Find available modules</strong> — use the <tt>panda</tt>
installer (comes with Rakudo Star) to install modules listed at the
<li><strong>Find available modules</strong> — use either the
<tt>Panda</tt> or <tt>Zef</tt> installer (both come with Rakudo Star)
to install modules listed at the
<a href="https://modules.perl6.org/">Perl6 modules directory</a>.</li>
<li><strong>Write a program in Perl 6</strong></li>
<li><strong>Write another program in Perl 6</strong></li>
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 b952596

Please sign in to comment.