adamfowleruk / mljs

MarkLogic REST API JavaScript wrapper for NodeJS and Browser Apps
http://adamfowleruk.github.io/mljs/apidocs/core/tutorial-all.html
Other
33 stars 19 forks source link

mljsme fails because of no wget #39

Closed peterskim12 closed 10 years ago

peterskim12 commented 10 years ago

The mljsme script uses wget to retrieve the browser install code. This is not included in Mac OS X by default so running the mljsme script exits in error.

Might be good to document that wget is required (installing on a Mac using homebrew is easy) or change the script to use curl to download the .zip file instead.

adamfowleruk commented 10 years ago

Fixed now in MASTER - checks for wget or curl