JohnSundell/Marathon

Unable to use when installing with Mint

bsrz opened this issue · 2 comments

bsrz commented
$ mint run JohnSundell/Marathon
:seedling:  Finding latest version of Marathon
:seedling:  Resolved latest version of Marathon to 3.1.0
:seedling:  Cloning https://github.com/JohnSundell/Marathon.git 3.1.0...
:seedling:  Building Marathon Package with SPM...
:seedling:  Installing Marathon...
:seedling:  Installed Marathon 3.1.0
:seedling:  Running Marathon 3.1.0...
Welcome to Marathon :runner:
----------------------
Marathon makes it easy to write, run and manage your Swift scripts.

These are the available commands:

:hatching_chick:    create    Create new script at a given path and open it
:pencil2:    edit      Edit a script at a given path
:wastebasket:    remove    Remove a package or the cache data for a script at a given path
:woman-running:    run       Run a script at a given path
:computer:    install   Install a script at a given path or URL as a binary
:package:    add       Add a package from a given URL to be able to use it from your scripts
:clipboard:    list      List all packages and cached script data
:recycle:    update    Update all added packages to their latest versions
:information_source:    help      Print these instructions

:point_right:  You can also type a command you wish to know more about after 'help'
   For example: 'marathon help create' will show information about the 'create' command

:earth_asia:  For more information, go to https://github.com/johnsundell/marathon

$ marathon
zsh: command not found: marathon

@bsarrazin mint run doesn’t install a globally linked version. If you want that use mint install 👍

bsrz commented

@yonaskolb thank you for this!