(no title)
marklawrutgers | 10 years ago
This installs npm (node package manager) for you.
Open up any Command prompt or Terminal depends on the OS you're running and I'm sure there are lots of alternatives these are usually just the default installed on every machine.
Run the install command which looks something like "npm install pirateflix -g"
The -g means it installs globally on the machine so you can access it in any directory instead of just one specific folder or location.
Once that's done you can just start off each command with "pirateflix" or "pirateflix --help" to get details of the function. It's documented on the github under Usage and Options. Should be straight forward from here. Hardest part is probably just knowing what npm is.
No comments yet.