Skip to content

Commit

Permalink
[enh] readme: add commands to install dependencies on Debian and Fedora.
Browse files Browse the repository at this point in the history
  • Loading branch information
M5oul committed Jun 15, 2017
1 parent 961bc04 commit 496a014
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
The Markdown Resume
===================

Instructions:
### Instructions
```bash
git clone https://github.com/mszep/pandoc_resume
cd pandoc_resume
vim resume.md # insert your own resume info
make
```

git clone https://github.com/mszep/pandoc_resume
cd pandoc_resume
vim resume.md #insert your own resume info
make

Requirements:
### Requirements

* ConTeXt
* pandoc

#### Debian
```bash
sudo apt install pandoc context
```

#### Fedora
```bash
sudo dnf install pandoc texlive-collection-context
```

0 comments on commit 496a014

Please sign in to comment.