Skip to content

Commit 3bb45b3

Browse files
author
Maxime GRIS
committed
Update README
1 parent f964c3f commit 3bb45b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Clone this repository locally :
2323
git clone https://github.com/maximegris/angular-electron.git
2424
```
2525

26-
Install dependencies with your favorite dependency manager (npm or yarn) :
26+
Install dependencies with your favorite dependencies manager (npm or yarn) :
2727

2828
``` bash
2929
npm install
3030
```
3131

32-
If you want to use Angular-cli to generate components & co, you must to install it globally.
33-
Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed an old version of angular-cli and need to upgrade it.
32+
If you want to use Angular-cli to generate components, you must install `@angular/cli` in the global context.
33+
Please follow [Angular-cli documentation](https://github.com/angular/angular-cli) if you had installed an previous version of `angular-cli`.
3434

3535
``` bash
3636
npm install -g @angular/cli
@@ -44,8 +44,8 @@ npm install -g @angular/cli
4444

4545
Voila! You have your Angular + Electron app in a local development environment with hot reload !
4646

47-
The code for this is managed at `main.js`. In this sample, the app runs with a simple Electron window.
48-
By default, Developer tools is open. You can desactivate it by commenting `win.webContents.openDevTools();` in `main.js`.
47+
The code for this is managed at `main.js`. In this sample, the app runs with a simple Electron window and "Developer Tools" is open.
48+
You can desactivate "Developer Tools" by commenting `win.webContents.openDevTools();` in `main.js`.
4949

5050
## To build for production
5151

@@ -57,6 +57,6 @@ You can find your built files in the /dist directory.
5757

5858
- `npm run electron:linux` - builds your application and creates an app consumable on linux systems.
5959
- `npm run electron:windows` - On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems.
60-
- `npm run electron:mac` - On a MAC OS, builds your application and generates a `.app` file of your application that can be run on mac .
60+
- `npm run electron:mac` - On a MAC OS, builds your application and generates a `.app` file of your application that can be run on Mac.
6161

62-
**Your executable is optimised. There are only the files of /dist directory in the executable generated.**
62+
**Your application is optimised. There are only the files of /dist folder in the generated executable.**

0 commit comments

Comments
 (0)