* updated the readme
This commit is contained in:
18
README.md
18
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
|
||||
|
||||
Reference in New Issue
Block a user