This contains the BetterTouchTool documentation and issue tracking for BetterTouchTool.
- Please post any bugs, feature requests, ideas or even questions (with the appropriate tags) in the issues section.
- Some issues are marked as FAQ/Knowledge base, which may be interesting for everybody. View them here.
- The current BetterTouchTool release notes can always be found here.
For non-public issues, please contact me by mail.
The BetterTouchTool documentation can be found here. Pull requests on the BetterTouchTool documentation (which is hosted on this repo) are always very welcome.
To build the BetterTouchTool Documentation follow these steps:
- Install Node.js (I recommend to use 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