Mysterium Binary Downloader
Mysterium Node binary downloader
Installation
Per project
$ npm i mysterium-client-bin
or
$ yarn add mysterium-client-bin
Globally
npm i mysterium-client-bin -g
or
yarn global add mysterium-client-bin
Unfortunately yarn doesn't support the postinstall hook, therefore you will need to download the binaries manually:
yarn download-myst
We currently support x64 versions of darwin, windows and linux. To download for a specific platform, run the following:
yarn download-myst <platform> <destination_dir (optinal)>
Usage
To run the binary from your project root:
// ./node_modules/.bin/myst
$(npm bin)/myst
or
yarn myst
If you installed it globally, it should appear in your $PATH:
$ myst --help