Skip to content

Commit

Permalink
Include panda's module binaries dir in the PATH addition
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 23, 2016
1 parent ad65336 commit 2d93ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/downloads/index.html
Expand Up @@ -30,7 +30,7 @@ <h3 class="trim-top">Installing from source</h3>
<p>A quick start for Linux/Mac rakudobrew follows:</p>

<pre>git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
export PATH=~/.rakudobrew/bin:$PATH
export PATH=~/.rakudobrew/bin:~/.rakudobrew/moar-nom/install/share/perl6/site/bin:$PATH
rakudobrew build moar 2015.12
rakudobrew build panda # alternative: build zef</pre>

Expand Down

0 comments on commit 2d93ad0

Please sign in to comment.