From ba1a270ee4fed67d2d665e9cd1f9fe3d7b035510 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Sun, 24 Jan 2016 15:31:35 +0800 Subject: [PATCH] Update README so that Windows users know that they can press `alt` to show the application menu --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29407c..af41aa7 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,14 @@ Nativefier will intelligently attempt to determine the app name, your OS and pro $ nativefier --app-name "Some Awesome App" "http://medium.com" ``` -Other command line options are listed below. +**For Windows Users:** Take note that the application menu is automatically hidden by default, you can press `alt` on your keyboard to access it. ## Options ```bash $ nativefier [options] [dest] ``` +Command line options are listed below. #### Target Url @@ -223,4 +224,4 @@ $ npm run watch ## Notes -Tested mostly on OSX, but should work for windows and linux. +Tested mostly on OSX, but should work for Windows and Linux.