diff --git a/README.md b/README.md index 535a2fe..c99a997 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # mknative -Some wrappers around nativefier. +Some bash wrappers around nativefier to generate standalone electron apps. + +## Usage + +``` +mknative +======== +Basic Usage: $ mknative [-u] -n NativeExample -s https://example.com +--------------------------------------------------------------------------- + -n NativeExample installed application name (basically an id) + -s https://example.com website address + -u [optional] uninstall + -i example.com [optional] domain name to fetch favicon from. + -e '--extra-args' [optional] pass some extra args to nativefier build. +``` ## Installation