From 11a1ec480d80a8f67fe9a3ce8dd91974fc79c5dc Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 1 Apr 2016 10:26:26 -0700 Subject: [PATCH] Add '--update-binary' option to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 953b3a73..f8b0b5c9 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Options include: - `-C/--directory`: run the command in this directory - `--build-from-source`: build from source instead of using pre-built binary + - `--update-binary`: reinstall by replacing previously installed local binary with remote binary - `--runtime=node-webkit`: customize the runtime: `node`, `electron` and `node-webkit` are the valid options - `--fallback-to-build`: fallback to building from source if pre-built binary is not available - `--target=0.10.25`: Pass the target node or node-webkit version to compile against