Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
liorkesos committed Nov 3, 2014
1 parent ea0a8fa commit b4ffde6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ The MEAN CLI is a simple Command Line Interface for installing and managing MEAN
<p>Contributed MEAN packages can be installed or uninstalled via the CLI. Also, currently installed modules can be viewed with the <code>list</code> command.</p>
```bash
$ mean list
$ mean install &lt;module&gt;
$ mean uninstall &lt;module&gt;
$ mean install <module>
$ mean uninstall <module>
```

<p class="alert alert-info">Mean packages installed via the installer are found in <i>/node_modules</i></p>
Expand All @@ -155,7 +155,7 @@ mean search will return all of the available packages, mean search packagename w
To create a new MEAN app, run <code>mean init</code>. Name for the application is optional. If no name is provided, "mean" is used. The MEAN project will be cloned from GitHub into a directory of the application name.
```bash
$ mean init [name]
$ cd [name] &amp;&amp; npm install
$ cd [name] && npm install
```
<p class="alert alert-info">Note: <a href="http://git-scm.com/downloads">git</a> must be installed for this command to work properly.</p>

Expand Down

0 comments on commit b4ffde6

Please sign in to comment.