From 802817fe4ade3844debbcf24e9ee5c60e78ed78a Mon Sep 17 00:00:00 2001 From: Dozer Date: Tue, 24 Feb 2015 16:22:28 +0800 Subject: [PATCH] add README.md --- plugins/idea/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/idea/README.md diff --git a/plugins/idea/README.md b/plugins/idea/README.md new file mode 100644 index 000000000..68b964350 --- /dev/null +++ b/plugins/idea/README.md @@ -0,0 +1,13 @@ +## idea + +Quick open Intellij Idea project in bash for MAC OS X + +### Requirements + + * Intellij Idea or Intellij Idea Community Edition + +### Usage + + * `idea .` + * `idea ~/projects/demo` +