|
@@ -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
|
|
|
+```
|