From ddd19ca6d26057f41d5a3f7b04682dd1c0af0495 Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 20 Dec 2014 13:40:06 +1300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1a6da2..7c6ee2b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Requires the pyside library and python 2.X to run. If you want to replace the ic If you have an idea for a feature, please list it [here](https://github.com/jyapayne/Web2Executable/wiki/Feature-Requests). -If you liked this project that I've committed many hours to, donate a dollar to the app: +If you got some value out of using my app, consider donating a dollar to keep me caffeinated :) Click here to lend your support to: Web2Executable Donations and make a donation at pledgie.com ! @@ -41,10 +41,16 @@ It's a pretty simple app. Just point it the the directory that your web applicat ###Command line interface -Dependencies: configobj (install with pip) +Dependencies: configobj (install with pip) and Pillow if you want icon replacement (not necessary) Run the command_line.py with the --help option to see a list of export options. Optionally, if you don't want to install python, there are builds for Mac and Windows in the command_line_builds folder of this repository. +Example usage (if using the prebuilt binary, replace `python command_line.py` with the exe name): + +``` +python command_line.py /var/www/html/CargoBlaster/ --main html/index.html --export-to linux-x64 windows mac --width 900 --height 700 --nw-version 0.10.5 +``` + Features --------