Skip to content
Permalink
Browse files

Revert: revert changes to contribute.ngdoc

Reverts d9d20e6 and febda8f which sneaked in by accident
  • Loading branch information
Narretz committed May 24, 2016
1 parent d0af0ca commit b226f3028e56ce1b537dc310b1a5a23bcaddfc5b
Showing with 1 addition and 4 deletions.
  1. +1 −4 docs/content/misc/contribute.ngdoc
@@ -55,16 +55,13 @@ minified AngularJS files:
# Clone your Github repository:
git clone "git@github.com:<github username>/angular.js.git"

**Note:** You may need to use sudo (for OSX, *nix, BSD etc) or run your command shell as Administrator (for Windows) to install Grunt &amp;
Bower globally.

# Go to the AngularJS directory:
cd angular.js

# Add the main AngularJS repository as an upstream remote to your repository:
git remote add upstream "https://github.com/angular/angular.js.git"

# Install node.js dependencies(Note: Please check for the stable version of node before installing the essential packages):
# Install node.js dependencies:
npm install

# Install bower components:

0 comments on commit b226f30

Please sign in to comment.
You can’t perform that action at this time.