Skip to content

Commit

Permalink
docs: Update Readme, don't mention Electron < 2 (#27540)
Browse files Browse the repository at this point in the history
* chore: Update Readme, don't mention Electron < 2

* chore: Add back versioning info

Co-authored-by: Felix Rieseberg <felix@felixrieseberg.com>
  • Loading branch information
trop[bot] and felixrieseberg committed Jan 29, 2021
1 parent 2aec5c5 commit 0827a06
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Expand Up @@ -28,15 +28,12 @@ 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 for Electron prior to version 2, as it does not follow semantic
versioning. As of version 2.0.0, Electron follows semver, so you don't need `--save-exact` flag. For info on how to manage Electron versions in your apps, see
[Electron versioning](docs/tutorial/electron-versioning.md).

For more installation options and troubleshooting tips, see
[installation](docs/tutorial/installation.md).
[installation](docs/tutorial/installation.md). For info on how to manage Electron versions in your apps, see
[Electron versioning](docs/tutorial/electron-versioning.md).

## Quick start & Electron Fiddle

Expand Down

0 comments on commit 0827a06

Please sign in to comment.