Closed twolfson closed 9 years ago
@rpdelaney Any word on this PR?
Herp herpa derp derp. I really left this one to rot, sorry. I'm looking at it today.
@rpdelaney I wound up simplifying the "Manual Install" to make it easy to copy/paste and inherently more obvious what is a comment/example/.
Ok. Since I don't have a platform for reproducing the original issue, I have no other comments.
Awesome, thanks! =D Merged/released in 0.26.0
.
As reported in #45,
make install
was not working inside ofgit bash
. It was being caused by using~
instead of$HOME
as part of the target destination. This PR fixes that. In this PR:~
to$HOME
to fix issueinstall
andinstall-link
tasks/cc @rpdelaney