Skip to content

Instantly share code, notes, and snippets.

@bengl
Forked from Trott/NodeTodo Getting Started.md
Last active September 26, 2016 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bengl/d4f52fa1abddeae7844785f5405de616 to your computer and use it in GitHub Desktop.
Save bengl/d4f52fa1abddeae7844785f5405de616 to your computer and use it in GitHub Desktop.
  • Create a GitHub account (if you don't already have one)
  • On the command line, in your home directory or a directory you have for projects, run: git clone https://github.com/nodejs/node.git
  • When that is done: cd node
  • Go to https://github.com/nodejs/node and use the "Fork" button to fork your own repo of node
  • On the page for your fork, use the "Clone or download" button and copy the URL for cloning to your clipboard, then run: git remote add mine <paste that URL here!>
  • Follow the instructions at https://github.com/nodejs/node/blob/master/BUILDING.md to build Node.js.
  • Email help@nodetodo.org or tweet at @NodeTodo to get a good first contribution to work on or to get help with any of the above steps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment