From c539cdb2814bfac589679143274edf9eec9d27f1 Mon Sep 17 00:00:00 2001 From: "Cody B. Daig" Date: Wed, 29 Jul 2015 12:18:49 -0700 Subject: [PATCH] Modify Generator Refrences/Docs --- README.md | 8 ++++---- modules/core/client/views/home.client.view.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5ba54ee710..c8325f49a1 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,8 @@ $ npm install -g grunt-cli ## Downloading MEAN.JS There are several ways you can get the MEAN.JS boilerplate: -### Yo Generator -The recommended way would be to use the [Official Yo Generator](http://meanjs.org/generator.html), which generates the latest stable copy of the MEAN.JS boilerplate and supplies multiple sub-generators to ease your daily development cycles. - ### Cloning The GitHub Repository -You can also use Git to directly clone the MEAN.JS repository: +The recommended way to get MEAN.js is to use git to directly clone the MEAN.JS repository: ```bash $ git clone https://github.com/meanjs/mean.git meanjs @@ -60,6 +57,9 @@ $ wget https://github.com/meanjs/mean/archive/master.zip -O meanjs.zip; unzip me Don't forget to rename **mean-master** after your project name. +### Yo Generator +-Another way would be to use the [Official Yo Generator](http://meanjs.org/generator.html), which generates a copy of the MEAN.JS 0.3.x boilerplate and supplies multiple sub-generators to ease your daily development cycles. + ## Quick Install Once you've downloaded the boilerplate and installed all the prerequisites, you're just a few steps away from starting to develop your MEAN application. diff --git a/modules/core/client/views/home.client.view.html b/modules/core/client/views/home.client.view.html index 0da70d5525..d257916f03 100644 --- a/modules/core/client/views/home.client.view.html +++ b/modules/core/client/views/home.client.view.html @@ -76,8 +76,8 @@

MEAN.JS Documentation