Copyright © 2018 Cheddur, Inc. All rights reserved.
This repository contains the LaTeX source code for the Cheddur 2.0 white paper. To build the PDF version, clone the repository and follow the instructions below.
Pull requests to update the white paper will gladly be accepted upon review.
-
Install Docker:
brew install docker docker-machine
-
Install VirtualBox:
brew tap caskroom/cask brew cask install virtualbox
-
Create and start your virtual machine:
docker-machine create --driver virtualbox default eval $(docker-machine env default)
-
Build the PDF using Pandoc:
make
The PDF file will be output to ./whitepaper.pdf
.