2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-27 12:09:00 +00:00

Update README so that Windows users know that they can press alt to show the application menu

This commit is contained in:
Jia Hao 2016-01-24 15:31:35 +08:00
parent b83a34934f
commit ba1a270ee4

View File

@ -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" $ 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 ## Options
```bash ```bash
$ nativefier [options] <targetUrl> [dest] $ nativefier [options] <targetUrl> [dest]
``` ```
Command line options are listed below.
#### Target Url #### Target Url
@ -223,4 +224,4 @@ $ npm run watch
## Notes ## Notes
Tested mostly on OSX, but should work for windows and linux. Tested mostly on OSX, but should work for Windows and Linux.