mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
46 lines
1.7 KiB
Markdown
46 lines
1.7 KiB
Markdown
Etcher
|
|
======
|
|
|
|
> A better way to burn OS images to SD cards
|
|
|
|
[](https://david-dm.org/resin-io/etcher.svg)
|
|
[](https://travis-ci.org/resin-io/etcher)
|
|
[](https://ci.appveyor.com/project/resin-io/etcher/branch/master)
|
|
[](https://gitter.im/resin-io/chat)
|
|
[](https://waffle.io/resin-io/etcher)
|
|
|
|
***
|
|
|
|
[**Download**](http://etcher.io) | [**Support**](https://github.com/resin-io/etcher/blob/master/SUPPORT.md) | [**Contributing**](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/etcher-cli)
|
|
|
|

|
|
|
|
Installers
|
|
----------
|
|
|
|
Refer to the [downloads page](http://etcher.io) for the latest pre-made installers for all supported operating systems.
|
|
|
|
Developing
|
|
----------
|
|
|
|
You can manually run the application with the following commands:
|
|
|
|
```sh
|
|
git clone https://github.com/resin-io/etcher
|
|
cd etcher
|
|
npm install && bower install
|
|
npm start
|
|
```
|
|
|
|
Take a look at our [contributing guide](https://github.com/resin-io/etcher/blob/master/CONTRIBUTING.md).
|
|
|
|
Support
|
|
-------
|
|
|
|
If you're having any problem, please [raise an issue](https://github.com/resin-io/etcher/issues/new) on GitHub and the Resin.io team will be happy to help.
|
|
|
|
License
|
|
-------
|
|
|
|
Etcher is free software, and may be redistributed under the terms specified in the [license](https://github.com/resin-io/etcher/blob/master/LICENSE).
|