Browse Source

Correct instruction.

Kyle Chung 6 years ago
parent
commit
39d9b2936c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -5,7 +5,7 @@ The Markdown Resume
 ```bash
 git clone https://github.com/mszep/pandoc_resume
 cd pandoc_resume
-vim resume.md   # insert your own resume info
+vim markdown/resume.md   # insert your own resume info
 make
 ```
 
@@ -13,7 +13,7 @@ make
 ```bash
 git clone https://github.com/mszep/pandoc_resume
 cd pandoc_resume
-vim resume.md   # insert your own resume info
+vim markdown/resume.md   # insert your own resume info
 docker-compose up -d
 ```