Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fixed READEME.md to have depend Pod::To::BigPage
- Loading branch information
1 parent
474742b
commit 1b3cf97
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Users shouldn't be copying anything to anywhere. A correctly setup rakudobrew has all the paths correct from the get go. It's also used to maintain multiple rakudos on the same box, which this advice ruins. And most users won't be using rakudobrew.
All the dependencies installation can be done by simply running
panda installdeps .orzef --depsonly install .without any hacks. If there are any issues,rakudobrew rehashafter installation should solve them.1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What sort of errors? I'm gonna try it out on a fresh install tomorrow...
1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
.indicates the current directory and that directory would be the check out of this repository. Then the installers would find the includedMETA6.jsonfile,r ead the deps from it (includingPod::To::BigPage) and install it.1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've run the tests on a fresh install and updated the instructions. If you use
rakudobrewyou just need to update the shims by runningrakudobrew rehashafter installing deps. No copying required.1b3cf97There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.