TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

Changed deploy from symlink to hard copy #188

Closed michaelfdias closed 5 years ago

michaelfdias commented 6 years ago

Deploy by symlink break itself after remove project (the last step of installation from source code).

stennie commented 5 years ago

I addressed this via 05309a8. The default make install will be a copy (assuming the GitHub checkout may be removed per the README) and there's now a make develop target to create a symlink.