Check if the executable is installed and assist in the installation. However, the installation itself is not performed. Just display the message.
(require 'quelpa) (quelpa '(change-case :fetcher git :url "[email protected]:beb8e1944af406c3fb4f74b6e0e3b5fe.git"))
(require 'el-get) (el-get-bundle gist:beb8e1944af406c3fb4f74b6e0e3b5fe:require-to-install-executable :type "git")
(require 'require-to-install-executable) (require-to-install-executable "jq package" "jq" :darwin "brew install jq" :windows-nt "ninst install jq")
We haven’t prepared those flows yet. For the time being, please write the steps to reproduce the bug in this gist comment, or attach the patch file in diff format. Welcome them.
- First implements.