Skip to content

Commit

Permalink
Update docs/cli/installation.md
Browse files Browse the repository at this point in the history
Rewriting incorrect installation instructions.
  • Loading branch information
commadelimited committed Aug 27, 2012
1 parent c255cfc commit 59ad3b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/installation.md
@@ -1,4 +1,3 @@

## Installation

Installing Yeoman in an easy process that should take less than 10 minutes on OSX. We also provide notes on how to install on Linux or opt for a more custom installation, should you need to do this. At present, Yeoman is not supported on Windows (but we're working on it!).
Expand All @@ -17,12 +16,12 @@ This will immediately install Yeoman and any dependencies it may need such as No

###Step 2: Create a new project

Next, enter in `yeoman init` followed by the name of the directory you would like to scaffold your application in.
Next, create a new directory to contain your Yeoman project, then enter in `yeoman init`.

```sh
$ yeoman init myapp
$ mkdir myapp && cd myapp
$ yeoman init
```
If a directory isn't supplied, we'll infer a name based on the directory you're in at the moment.

###Step 3: Profit

Expand Down

0 comments on commit 59ad3b1

Please sign in to comment.