Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Link the cli instead of copying it, so I don't have to keep reinstall…
Browse files Browse the repository at this point in the history
…ing.

Dev install should make this unnecessary.
  • Loading branch information
isaacs committed Feb 28, 2010
1 parent 211c16d commit d821f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,5 +11,5 @@
"install" : "scripts/install.js",
"uninstall" : "scripts/uninstall.js"
},
"make":"cp cli.js /usr/local/bin/npm"
"make":"ln -s $(pwd)/cli.js /usr/local/bin/npm"
}

0 comments on commit d821f81

Please sign in to comment.