Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite README to reflect fetching pin
It's a bad idea to fetch dependencies as part of your build process. This makes it harder to package properly because: * It is not obvious what you really depend on, so packagers can miss deps. * Some build environments do not have network access * It becomes more difficult to upgrade the dependency For Pin in particular it makes sense to have a fetch mechanism since it is not installable, but putting it in the Makefile hides this from the user.
- Loading branch information