Merge pull request #198 from resin-io/misc/readme

Update README
This commit is contained in:
Juan Cruz Viotti 2016-03-10 12:49:30 -04:00
commit 9c9ba3fdec

View File

@ -11,16 +11,19 @@ Etcher
***
[**Installing**](https://github.com/resin-io/etcher#installation) | [**Support**](https://github.com/resin-io/etcher/issues/new) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli)
[**Download**](http://etcher.io) | [**Support**](https://github.com/resin-io/etcher/issues/new) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli)
![Etcher](https://raw.githubusercontent.com/resin-io/etcher/master/screenshot.png)
Installation
------------
Installers
----------
We're working on providing installers for all major operating systems.
Refer to the [downloads page](http://etcher.io) for the latest pre-made installers for all supported operating systems.
For now you can manually run the application with the following commands:
Developing
----------
You can manually run the application with the following commands:
```sh
git clone https://github.com/resin-io/etcher
@ -29,6 +32,8 @@ npm install && bower install
npm start
```
Take a look at our [contributing guide](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md).
Support
-------