From 4f2490f8b80683dd115f851d84b123e854e32e43 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Thu, 28 Jan 2021 13:34:22 -0800 Subject: [PATCH] docs: Update Readme, don't mention Electron < 2 (#27535) * chore: Update Readme, don't mention Electron < 2 * chore: Add back versioning info --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b9ff57c30b..84646336ed3 100644 --- a/README.md +++ b/README.md @@ -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