diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 30196aff..7c6c5041 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/README.md b/README.md index 22cc809c..71801527 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ -Resin Etcher -============ +Etcher +====== > The easy way to burn images in all operating systems -[![dependencies](https://david-dm.org/resin-io/resin-etcher.svg)](https://david-dm.org/resin-io/resin-etcher.svg) -[![Build Status](https://travis-ci.org/resin-io/resin-etcher.svg?branch=master)](https://travis-ci.org/resin-io/resin-etcher) -[![Build status](https://ci.appveyor.com/api/projects/status/n95c7ggvwc1i03u7/branch/master?svg=true)](https://ci.appveyor.com/project/resin-io/resin-etcher/branch/master) +[![dependencies](https://david-dm.org/resin-io/etcher.svg)](https://david-dm.org/resin-io/etcher.svg) +[![Build Status](https://travis-ci.org/resin-io/etcher.svg?branch=master)](https://travis-ci.org/resin-io/etcher) +[![Build status](https://ci.appveyor.com/api/projects/status/xggqv231byfhync1/branch/master?svg=true)](https://ci.appveyor.com/project/resin-io/etcher/branch/master) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/resin-io/chat) -[![Stories in Ready](https://badge.waffle.io/resin-io/resin-etcher.svg?label=in progress&title=In Progress)](https://waffle.io/resin-io/resin-etcher) +[![Stories in Ready](https://badge.waffle.io/resin-io/etcher.svg?label=in progress&title=In Progress)](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) -![Resin Etcher](https://raw.githubusercontent.com/resin-io/resin-etcher/master/screenshot.png) +![Etcher](https://raw.githubusercontent.com/resin-io/etcher/master/screenshot.png) -**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). diff --git a/bower.json b/bower.json index 2c1f2858..b49bfbc7 100644 --- a/bower.json +++ b/bower.json @@ -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 " ], diff --git a/lib/index.html b/lib/index.html index 1f7eea1b..e1213deb 100644 --- a/lib/index.html +++ b/lib/index.html @@ -125,7 +125,7 @@
- AN OPEN SOURCE PROJECT BY RESIN.IO + AN OPEN SOURCE PROJECT BY RESIN.IO
diff --git a/package.json b/package.json index 7071f512..d694bac6 100644 --- a/package.json +++ b/package.json @@ -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",