Command Line Tool
Markbook will primarily be used as a command line tool.
Install From Binaries
Precompiled binaries for major platforms are comming soon.
Visit the releases page when precompiled binaries are ready.
Install From Source
Markbook can also be installed from source.
Markbook is written in Javascript, and can be built like any other Node.js project. Just open a terminal and run the following commands:
git clone https://github.com/Symbitic/markbook
cd markbook
npm install
npm run build
The executable output will be available at ./bin/markbook
.