cv-builder is a tool to help you create a beautiful curriculum vitae in several different formats.
It uses docker to make the setup simpler, so you will not have to install all the dependencies manually.
All you have to do is:
- Install docker
- Add your local user to docker group:
sudo usermod -aG docker <your_user>
- Pull image (from Hub):
docker pull mribeiro/cv-builder
or build locally using this repo (which is way much cooler):
make build-image
make