summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..066685c 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,25 @@
+mongo-edu
+=========
+
+Select and download video courses from [education.mongodb.com](https://education.mongodb.com)
+
+![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/med.gif)
+
+##Installation
+
+```js
+npm install -g mongo-edu
+```
+
+##Usage
+
+```js
+mongo-edu -u [user name] -d [download path]
+
+Options:
+ -d download path [required]
+ -u email address
+```
+
+##License
+MIT \ No newline at end of file