Update README.md
Update usage guidelines to allow for chrome path to be configured.
This commit is contained in:
parent
446ed2bc74
commit
c7fde81935
|
|
@ -8,10 +8,10 @@ ZiniGo can be downloaded for Windows and Linux at https://github.com/TheAxeDude/
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
./zinigo -u=Username -p=Password
|
./zinigo -u=Username -p=Password [-c=/path/to/chrome/executable]
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
Google chrome installed, and accessible via the command `google-chrome`
|
Google chrome installed, and accessible via the command `google-chrome`, or at a location passed in via the -c parameter.
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
ZiniGo logs into Zinio, and pulls a list of all issues purchased.
|
ZiniGo logs into Zinio, and pulls a list of all issues purchased.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue