utisam / ready

Command line tool to check whether you are ready to start development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce installation method

utisam opened this issue · comments

When there is no command or package, it is convenient to introduce the installation method.

Workaround:

if ! check_command "dep"; then
    echo "Installation method"
fi

In addition, it is more convenient if it can be installed from that method by option for ready command.