projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f8cf21
)
Added plugin command to readme
author
Frederic Massart
<fred@moodle.com>
Thu, 12 Sep 2013 09:00:30 +0000
(17:00 +0800)
committer
Frederic Massart
<fred@moodle.com>
Thu, 12 Sep 2013 09:00:30 +0000
(17:00 +0800)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/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
-----