From 3b783f6da037fe839d74ba2e5b3daa580d957576 Mon Sep 17 00:00:00 2001 From: Taegus <40831804+taeguscromis@users.noreply.github.com> Date: Sun, 16 Dec 2018 13:40:31 +0100 Subject: [PATCH 1/2] * updated the readme --- README.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index df7ef6d..2bca549 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,8 @@ -# electron-quick-start +# Ether1 Desktop Wallet **Clone and run for a quick way to see Electron in action.** -This is a minimal Electron application based on the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start) within the Electron documentation. - -**Use this app along with the [Electron API Demos](https://electronjs.org/#get-started) app for API code examples to help you get started.** - -A basic Electron application needs just these files: - -- `package.json` - Points to the app's main file and lists its details and dependencies. -- `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**. -- `index.html` - A web page to render. This is the app's **renderer process**. - -You can learn more about each of these components within the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start). +This is a desktop wallet for the [Ether1](https://ether1.org/) project. ## To Use @@ -20,9 +10,9 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod ```bash # Clone this repository -git clone https://github.com/electron/electron-quick-start +git clone https://github.com/taeguscromis/Ether1DesktopWallet # Go into the repository -cd electron-quick-start +cd Ether1DesktopWallet # Install dependencies npm install # Run the app From f97469cbea8c4288b46d603bb7d1735dc2824e32 Mon Sep 17 00:00:00 2001 From: Taegus <40831804+taeguscromis@users.noreply.github.com> Date: Sun, 16 Dec 2018 13:41:06 +0100 Subject: [PATCH 2/2] * updated the readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bca549..6ac8f77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ether1 Desktop Wallet -**Clone and run for a quick way to see Electron in action.** +**Clone and run to see it in action.** This is a desktop wallet for the [Ether1](https://ether1.org/) project.