From: Frederic Massart Date: Thu, 12 Sep 2013 09:00:30 +0000 (+0800) Subject: Added plugin command to readme X-Git-Tag: v0.5~16 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=aa08c7b69aedf2afe2fd7aedf04e1b2128d35a58;p=mdk.git Added plugin command to readme --- diff --git a/README.md b/README.md index ca2846b..837755a 100644 --- 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 -----