JohnSundell / Marathon

[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
MIT License
1.86k stars 78 forks source link

Install command with Mint #163

Closed fassko closed 6 years ago

fassko commented 6 years ago

Right now using Mint install command is

$ mint run JohnSundell/Marathon

Shouldn't it be install instead of run?

$ mint install JohnSundell/Marathon
JohnSundell commented 6 years ago

@yonaskolb Which one is the correct one? 🙂 (IIRC run does install if needed)

yonaskolb commented 6 years ago

Either is fine. As @JohnSundell saysrun will also install. Now that Mint supports global installs I’ve updated the documentation to give install examples to match the other installation methods

fassko commented 6 years ago

I think install does make sense more as it actually installs. Thanks!