Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 468 Bytes

install.md

File metadata and controls

17 lines (12 loc) · 468 Bytes

Requirements

Node.js is required for dimebox. Confirmed working is v4.3.1.

Install

Installing the tool is fairly straightforward:

npm install

This should install the node packages needed to run this program.

The main binary is located in ./bin/dimebox.

Note: In some systems (particularly some Blue Gene/Q systems), certificates may me be a tricky area. In this case, first set npm config set strict-ssl=false before installing.