Installation
To use the window manager, it needs be installed on your machine.
Global Installation
Run the following to globally install bond-wm and make it executable via bond-wm from any terminal.
npm install -g bond-wm
Local Installation
You don't have to globally install the package. In any folder with a
package.json, you can npm install the bond-wm package into a local
node_modules folder.
The caveat here is that you can't just execute
bond-wm from anywhere; you'd have to invoke it from inside the local
node_modules folder. Any other places in the docs that refer to executing
bond-wm will need to be adjusted to account for this.