alex1701c / JetBrainsRunner

A Krunner Plugin which allows you to open your recent projects
GNU Lesser General Public License v3.0
55 stars 5 forks source link

Add git to dependency's #13

Closed QazCetelic closed 4 years ago

QazCetelic commented 4 years ago

Git isn't included in the list of dependency's, and although most people will probaby have this installed some don't.

alex1701c commented 4 years ago

I actually thought about this but decided against it.

The list of dependencies contains the compile time and runtime dependencies of the plugin. Git (and also Curl) are not needed and it should be pretty easy to install them if you don't have them already.

And if you download the .tar.gz file from the release page you don't need to have them installed to install the plugin/use the installer script.