This project is in alpha.
Some features, such as travis config file generation, don't work.
Download the last .deb file here.
sudo dpkg -i makemd_0.1.0_amd64.deb
sudo apt-get install -f
make
curl
pandoc
pandoc-citeproc
texlive-full
nodejs
npm
npm install
sudo npm install -g gitbook-cli
npm start
On debian based systems
# build the .deb package
sudo apt-get install fakeroot
npm run build
npm run deb64
# install the .deb package on your system
sudo dpkg -i dist/installers/makemd_0.1.0_amd64.deb
sudo apt-get install -f