mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +00:00
Rename project to Etcher
This commit is contained in:
parent
0b0c3dc9fa
commit
f88bb3a31a
@ -13,7 +13,7 @@ Thanks for your interest in contributing to this project! This document aims to
|
||||
First, clone the repository:
|
||||
|
||||
``` shell
|
||||
$ git clone https://github/resin-io/resin-etcher
|
||||
$ git clone https://github/resin-io/etcher
|
||||
```
|
||||
|
||||
Make sure you install all the dependencies before attempting to run the application:
|
||||
|
26
README.md
26
README.md
@ -1,21 +1,21 @@
|
||||
Resin Etcher
|
||||
============
|
||||
Etcher
|
||||
======
|
||||
|
||||
> The easy way to burn images in all operating systems
|
||||
|
||||
[](https://david-dm.org/resin-io/resin-etcher.svg)
|
||||
[](https://travis-ci.org/resin-io/resin-etcher)
|
||||
[](https://ci.appveyor.com/project/resin-io/resin-etcher/branch/master)
|
||||
[](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/resin-etcher)
|
||||
[](https://waffle.io/resin-io/etcher)
|
||||
|
||||
***
|
||||
|
||||
[**Installing**](https://github.com/resin-io/resin-etcher#installation) | [**Support**](https://github.com/resin-io/resin-etcher/issues/new) | [**Contributing**](https://github.com/resin-io/resin-etcher/blob/master/CONTRIBUTING.md) | [**CLI**](https://github.com/resin-io/resin-etcher-cli)
|
||||
[**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)
|
||||
|
||||

|
||||

|
||||
|
||||
**Notice:** Resin Etcher is in a very early state and things might break or not work at all in certain setups.
|
||||
**Notice:** Etcher is in a very early state and things might break or not work at all in certain setups.
|
||||
|
||||
Installation
|
||||
------------
|
||||
@ -25,8 +25,8 @@ We're working on providing installers for all major operating systems.
|
||||
For now you can manually run the application with the following commands:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/resin-io/resin-etcher
|
||||
cd resin-etcher
|
||||
git clone https://github.com/resin-io/etcher
|
||||
cd etcher
|
||||
npm install && bower install
|
||||
npm start
|
||||
```
|
||||
@ -34,9 +34,9 @@ npm start
|
||||
Support
|
||||
-------
|
||||
|
||||
If you're having any problem, please [raise an issue](https://github.com/resin-io/resin-etcher/issues/new) on GitHub and the Resin.io team will be happy to help.
|
||||
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
|
||||
-------
|
||||
|
||||
Resin Etcher is free software, and may be redistributed under the terms specified in the [license](https://github.com/resin-io/resin-etcher/blob/master/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).
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "resin-etcher",
|
||||
"name": "etcher",
|
||||
"version": "0.0.1",
|
||||
"homepage": "https://github.com/resin-io/resin-etcher",
|
||||
"homepage": "https://github.com/resin-io/etcher",
|
||||
"authors": [
|
||||
"Juan Cruz Viotti <juan@resin.io>"
|
||||
],
|
||||
|
@ -125,7 +125,7 @@
|
||||
|
||||
<div class="col-xs">
|
||||
<div class="box text-right">
|
||||
<hero-caption><span ng-click="app.open('https://github.com/resin-io/resin-etcher')">AN OPEN SOURCE PROJECT</span> BY <span ng-click="app.open('https://resin.io')">RESIN.IO</span></hero-caption>
|
||||
<hero-caption><span ng-click="app.open('https://github.com/resin-io/etcher')">AN OPEN SOURCE PROJECT</span> BY <span ng-click="app.open('https://resin.io')">RESIN.IO</span></hero-caption>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "resin-etcher",
|
||||
"name": "etcher",
|
||||
"version": "0.0.1",
|
||||
"main": "lib/etcher.js",
|
||||
"description": "An image burner with support for Windows, OS X and GNU/Linux.",
|
||||
"homepage": "https://github.com/resin-io/resin-etcher",
|
||||
"homepage": "https://github.com/resin-io/etcher",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:resin-io/resin-etcher.git"
|
||||
"url": "git@github.com:resin-io/etcher.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test:main": "electron-mocha --recursive tests/src -R progress",
|
||||
|
Loading…
x
Reference in New Issue
Block a user