JohnSundell / Marathon

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

README update: Run vs Install #167

Closed ghost closed 6 years ago

ghost commented 6 years ago

Do you agree that the Marathon README could benefit from the following adjustment to the Usage section?

  1. A tool for executing scripts (from multiple sources)
  2. A tool for making binaries [from scripts]
  3. A tool for installing binaries

Just to make it clear that Marathon can be used for the above 3 things.

I appreciate that you might be able to infer this from commands such as 'run' and 'install' but at a glance it's not obvious that Marathon does the above 3 things.

For example, I found it hard to understand the difference between the two commands that I mention here #166