Update README.md

This commit is contained in:
TheAxeDude 2021-01-18 12:23:49 +02:00 committed by GitHub
parent dca46444fd
commit 1a865a7fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ ZiniGo can be downloaded for Windows and Linux at https://github.com/TheAxeDude/
./zinigo -u=Username -p=Password [-c=/path/to/chrome/executable]
You can also add these properties to a config file in the working directory, instead of passing them in manually. See the sample at https://github.com/TheAxeDude/ZiniGo/blob/master/config.json
## Requirements
Google chrome installed, and accessible via the command `google-chrome`, or at a location passed in via the -c parameter.
@ -20,6 +22,6 @@ Each page is available as an SVG, which is then injected into an HTML page (base
google-chrome is then used to print the page to PDF, and all pages are combined into a single PDF.
###Building
## Building
Build for linux & windows on windows using the pwershell script in buildscripts