Merge pull request #59 from M5oul/master
Readme: add install commands for Debian and Fedora dependencies
This commit is contained in:
commit
b9ed8dda03
11
README.md
11
README.md
|
@ -14,6 +14,17 @@ at the [blog post for the project][blog].
|
||||||
* Single file deployment (no external stylesheets)
|
* Single file deployment (no external stylesheets)
|
||||||
* You can now version control and branch your resume.
|
* 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
|
## 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):
|
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):
|
||||||
|
|
Loading…
Reference in New Issue