Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit c539cdb

Browse files
committed
Modify Generator Refrences/Docs
1 parent 8104c98 commit c539cdb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ $ npm install -g grunt-cli
3939
## Downloading MEAN.JS
4040
There are several ways you can get the MEAN.JS boilerplate:
4141

42-
### Yo Generator
43-
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.
44-
4542
### Cloning The GitHub Repository
46-
You can also use Git to directly clone the MEAN.JS repository:
43+
The recommended way to get MEAN.js is to use git to directly clone the MEAN.JS repository:
4744

4845
```bash
4946
$ 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
6057

6158
Don't forget to rename **mean-master** after your project name.
6259

60+
### Yo Generator
61+
-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.
62+
6363
## Quick Install
6464
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.
6565

modules/core/client/views/home.client.view.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ <h2>MEAN.JS Documentation</h2>
7676
<ul>
7777
<li><a target="_blank" href="http://meanjs.org/docs.html">MEAN.JS Documentation</a>
7878
</li>
79-
<li><a target="_blank" href="http://meanjs.org/generator.html">Yeoman Generator</a>
80-
</li>
79+
<!-- <li><a target="_blank" href="http://meanjs.org/generator.html">Yeoman Generator</a>
80+
</li> -->
8181
<li><a target="_blank" href="http://meanjs.org/modules.html">Modules</a>
8282
</li>
8383
<li><a target="_blank" href="http://meanjs.org/changelog.html">Changelog</a>

0 commit comments

Comments
 (0)