From e28c7c780c66ffdff0851da99187481f48bc6b1a Mon Sep 17 00:00:00 2001 From: Moul Date: Fri, 16 Jun 2017 12:02:02 +0200 Subject: [PATCH] [enh] readme: add install commands for Debian and Fedora dependencies. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5b6a12e..0301705 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,17 @@ at the [blog post for the project][blog]. * Single file deployment (no external stylesheets) * You can now version control and branch your resume. +## Install +#### Debian +```bash +sudo apt install php7.0-mbstring wkhtmltopdf +``` + +#### Fedora +```bash +sudo dnf install php-mbstring wkhtmltopdf +``` + ## Quickstart There is no installation or need to run composer. Just download and [run the phar file](https://github.com/there4/markdown-resume/raw/master/bin/md2resume):