diff options
| author | Brian Ford | 2014-02-25 15:11:45 -0800 | 
|---|---|---|
| committer | Brian Ford | 2014-02-25 15:11:45 -0800 | 
| commit | c99dd224a518ac8c976fe9b22587e4dd2eda78c9 (patch) | |
| tree | 5bfdd163d9b1eb468f8e783cd90029ec5491b736 /docs | |
| parent | 1b1413a9d48cc2c2593822eef0394fbff3671fd4 (diff) | |
| download | angular.js-c99dd224a518ac8c976fe9b22587e4dd2eda78c9.tar.bz2 | |
chore(docs/contribute): add note about serving the docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/misc/contribute.ngdoc | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc index 0e495870..9adeeee4 100644 --- a/docs/content/misc/contribute.ngdoc +++ b/docs/content/misc/contribute.ngdoc @@ -87,7 +87,7 @@ Administrator). This is because `grunt package` creates some symbolic links.  </div>  <div class="alert alert-warning"> -**Note:** If you're using Linux, and npm install fails with the message  +**Note:** If you're using Linux, and npm install fails with the message  'Please try running this command again as root/Administrator.', you may need to globally install grunt and bower:  <ul>  <li>sudo npm install -g grunt-cli</li> @@ -131,6 +131,10 @@ made available a local web server based on Node.js.     ```     By default, it serves the contents of the AngularJS project directory. +3. To access the locally served docs, visit this URL: +   ``` +   http://localhost:8000/build/docs/ +   ```  ## Running the Unit Test Suite | 
