From 5d3692c16f9a2c52ca5b199127b7dbc6f01f1fed Mon Sep 17 00:00:00 2001 From: Sergey Rubanov Date: Mon, 14 May 2018 14:06:22 +0300 Subject: [PATCH] Update installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8da85159cc2a..ec09364417b7 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,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 [--save-exact] ``` -The `--save-exact` flag is recommended as Electron does not follow semantic -versioning. For info on how to manage Electron versions in your apps, see +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