diff --git a/docs/templates/installation.html b/docs/templates/installation.html index b74559dc..ef97a5e1 100644 --- a/docs/templates/installation.html +++ b/docs/templates/installation.html @@ -44,10 +44,10 @@

Install Instructions

You now have access to the foundation-apps command on your system! You'll use this to set up and update new projects. To build a new project, use this command:

-foundation-apps new myApp +foundation new -

Change myApp to the name you'd like the folder to be. This will download our template stack, and install Foundation for Apps, Angular, and Gulp. The whole process takes between 30 seconds and a minute, depending on your Internet connection.

+

You will now be asked to select your project type and to give your project a name. The installer will create a directory based on the project name you provide.

Once the installer is done, navigate into the directory using cd:

@@ -58,12 +58,12 @@

Install Instructions

Now you can build the app and begin working on it.

-foundation-apps watch +npm start

This will assemble all of the pieces—the Sass, JavaScript, and view templates—into a new folder called build, which is your final app. The build process will also setup a temporary server that points to the finished app. You can get to the server by going to this URL in your browser:

-
http://localhost:8080
+
http://localhost:8079

@@ -73,7 +73,7 @@

Manual Install

Foundation for Apps can be installed manually through Bower or npm.

-bower install foundation-apps --save + bower install foundation-apps --save npm install foundation-apps --save