Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1012 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 1012 Bytes

BetterTouchTool

This contains the BetterTouchTool documentation and issue tracking for BetterTouchTool (https://boastr.net).

###Please post any bug, feature request, idea or even question (with the appropriate tag) in the Issues section https://github.com/fifafu/BetterTouchTool/issues. Include as much system information as possible :-)

For non-public issues please contact me by mail ([email protected])

BetterTouchTool Documentation (http://docs.bettertouchtool.com/)

Merge requests on the BetterTouchTool documentation are always very welcome.

To build the BetterTouchTool Documentation follow these steps:

  • Install Node.js (I recommend to use nvm (https://github.com/creationix/nvm) to install Node. Current long term support version of Node.js is v6.9.1).
  • Run npm install -g gitbook-cli
  • cd into the BetterTouchToolDocs directory and run node yarn-0.17.10.js install
  • run gitbook serve to build and run the documentation
  • run gitbook build to just build the documentation