diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -14,7 +14,8 @@ results build livegit ideas +mongo-edu.wiki .grunt .DS_Store -node_modules
\ No newline at end of file +node_modules @@ -20,6 +20,8 @@ py 2.7 or 3.x npm install mongo-edu -g ``` +or see [detailed installation guide](https://github.com/przemyslawpluta/mongo-edu/wiki/Installation) in the wiki pages + ##Usage ``` @@ -55,4 +57,4 @@ Add `-h` to download all available handouts present in the `syllabus` pages for ##License -MIT
\ No newline at end of file +MIT diff --git a/package.json b/package.json index b944afd..a871c74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.1.17", + "version": "0.1.18", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", |