add more details to versioning docs
This commit is contained in:
parent
3a0de7e24a
commit
b77fe4ca12
2 changed files with 47 additions and 21 deletions
|
@ -7,12 +7,11 @@ The preferred method is to install Electron as a development dependency in your
|
|||
app:
|
||||
|
||||
```sh
|
||||
npm install electron --save-dev --save-exact
|
||||
npm install electron --save-dev
|
||||
```
|
||||
|
||||
The `--save-exact` flag is recommended as Electron does not follow semantic
|
||||
versioning. See the
|
||||
[versioning doc](https://electron.atom.io/docs/tutorial/electron-versioning/)
|
||||
See the
|
||||
[Electron versioning doc](https://electron.atom.io/docs/tutorial/electron-versioning/)
|
||||
for info on how to manage Electron versions in your apps.
|
||||
|
||||
## Global Installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue