Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
document how to keep youtube-dl binary up to date. fixes #61
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Feb 4, 2015
1 parent ab8b3df commit a8eface
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ Will print something like

npm install youtube-dl

Since the youtube-dl binary is updated regularly, you can run `npm update` to check for and download any updates for it.


# Tests

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"scripts": {
"preinstall": "node ./scripts/download.js",
"preupdate": "node ./scripts/download.js",
"test": "vows ./test/*.js --spec"
},
"dependencies": {
Expand Down

0 comments on commit a8eface

Please sign in to comment.