Răsfoiți Sursa

[enh] readme: add commands to install dependencies on Debian and Fedora.

Moul 7 ani în urmă
părinte
comite
496a014f9b
1 a modificat fișierele cu 18 adăugiri și 7 ștergeri
  1. 18 7
      README.md

+ 18 - 7
README.md

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