mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
6 lines
171 B
Bash
6 lines
171 B
Bash
#!/bin/sh
|
|
# TODO Can this be done inside the .pmdoc?
|
|
# TODO Can we extract $PREFIX from the installer?
|
|
cd /usr/local/bin
|
|
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
|