Skip to content

Commit

Permalink
Minor readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 17, 2012
1 parent a4ff2ea commit c89379a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Expand Up @@ -19,14 +19,14 @@ Try the audit script to see what you need in place:
curl -L get.yeoman.io | bash
```

You can follow its guidance or simply want through the [Yeoman installation procedure](https://github.com/yeoman/yeoman/wiki/Manual-Install).
You can follow its guidance or simply walk through the [installation procedure](https://github.com/yeoman/yeoman/wiki/Manual-Install).

*Yeoman requires Node >=0.8*
*Yeoman requires Node 0.8.x*


## Issue submission

Make sure you've read the [issue submission guidelines](yeoman/blob/master/contributing.md) before you open a [new issue](https://github.com/yeoman/yeoman/issues/new).
Make sure you've read the [issue submission guidelines](yeoman/blob/master/contributing.md#issue-submission) before you open a [new issue](https://github.com/yeoman/yeoman/issues/new).


## Documentation
Expand Down Expand Up @@ -86,6 +86,7 @@ yeoman search jquery # Lookup jQuery in the Bower registry
yeoman install jquery underscore [depName] # Install a dependency or dependencies
yeoman update jquery # Update a specific dependency (e.g jquery)
```

![image](http://yeoman.io/media/yeoman-packages.png)

We also have [extended documentation](https://github.com/mklabs/yeoman/wiki/_pages) available for those more interested in the Yeoman internals.
Expand All @@ -102,12 +103,12 @@ Yeoman uses [Bower](http://twitter.github.com/bower/) as its package manager. Th
* Chrome on Android
* Mobile Safari

![image](http://yeoman.io/media/yeoman-browsers.png)

## Platform Support

Yeoman 1.0 will support OS X and Linux. We will be aiming to bring in support for Windows in a [future](https://github.com/yeoman/yeoman/issues/216) version of the project.


## Contribute

See the [contributing docs](yeoman/blob/master/contributing.md)
Expand Down Expand Up @@ -145,4 +146,3 @@ and other developers.
## License

Yeoman is released under a [BSD](http://opensource.org/licenses/bsd-license.php) license.

0 comments on commit c89379a

Please sign in to comment.