From c99dd224a518ac8c976fe9b22587e4dd2eda78c9 Mon Sep 17 00:00:00 2001
From: Brian Ford
Date: Tue, 25 Feb 2014 15:11:45 -0800
Subject: chore(docs/contribute): add note about serving the docs
---
docs/content/misc/contribute.ngdoc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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.
-**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:
- sudo npm install -g grunt-cli
@@ -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
--
cgit v1.2.3