From 0e4d7cacad9d51be171fcf3222ce48dbdfc92ffa Mon Sep 17 00:00:00 2001 From: Leniel Macaferi Date: Thu, 16 Jan 2014 20:57:10 -0200 Subject: docs(tutorial): reference node command before scripts\web-server.js Amended to also clarify this note in the mac/linux tab. Closes #5845 --- docs/content/tutorial/index.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index e1fe7d86..5b7c9716 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -77,7 +77,7 @@ directory.
You will need an http server running on your system. Mac and Linux machines typically
have Apache pre-installed, but If you don't already have one installed, you can use node
-to run scripts/web-server.js, a simple bundled http server.
node scripts/web-server.js.
@@ -106,8 +106,8 @@ directory.
Other commands like test.bat or e2e-test.bat should be
executed from the Windows command line.
You need an http server running on your system, but if you don't already have one
-already installed, you can use node to run scripts\web-server.js, a simple
-bundled http server.
node to run a simple
+bundled http server: node scripts\web-server.js.
--
cgit v1.2.3