Added plugin command to readme
authorFrederic Massart <fred@moodle.com>
Thu, 12 Sep 2013 09:00:30 +0000 (17:00 +0800)
committerFrederic Massart <fred@moodle.com>
Thu, 12 Sep 2013 09:00:30 +0000 (17:00 +0800)
README.md

index ca2846b..837755a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -216,6 +216,17 @@ Get the instance ready for PHPUnit tests, and run the test(s).
 
     mdk phpunit -u repository/tests/repository_test.php
 
+
+plugin
+------
+
+Look for a plugin on moodle.org and downloads it into your instance.
+
+**Example**
+
+    mdk plugin download repository_evernote
+
+
 purge
 -----