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

Commit

Permalink
fixed symlink installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fent committed Sep 15, 2011
1 parent d05b14c commit 68199c0
Show file tree
Hide file tree
Showing 7 changed files with 3,808 additions and 92 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
bin
*.mp4
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
bin
*.mp4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Install

npm install youtube-dl

This will install this node module along with the latest version of [youtube-dl][] into your module folder. It will also create a symlink to youtube-dl so you run it from the command line.
This will install this node module along with the latest version of [youtube-dl][] into your module folder. Use the -g option on the npm install command to install globally and add a symlink to youtube-dl so it can be used in command line.


### API Change
Expand Down
Loading

0 comments on commit 68199c0

Please sign in to comment.