Преглед на файлове

README.md: clean up instructions

Clean up instructions
nitro преди 4 години
родител
ревизия
5951bb7c23
променени са 1 файла, в които са добавени 22 реда и са изтрити 5 реда
  1. 22 5
      README.md

+ 22 - 5
README.md

@@ -2,24 +2,41 @@ The Markdown Resume
 ===================
 
 ### Instructions
+
 ```bash
 git clone https://github.com/mszep/pandoc_resume
 cd pandoc_resume
 vim markdown/resume.md   # insert your own resume info
+```
+
+#### Local
+
+Make everything
+
+```bash
 make
 ```
 
-### Running Dockerized
+Make specifics
+
+```bash
+make pdf
+make html
+```
+
+#### Dockerized
+
+Make everything
+
 ```bash
-git clone https://github.com/mszep/pandoc_resume
-cd pandoc_resume
-vim markdown/resume.md   # insert your own resume info
 docker-compose up -d
 ```
 
 ### Requirements
 
-* ConTeXt 0.6X
+If not using `docker` then you will need the following dependencies.
+
+* ConTeXt 0.6x
 * pandoc 2.x
     * 1.x is deprecated