Parcourir la source

Correct instruction.

Kyle Chung il y a 6 ans
Parent
commit
39d9b2936c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 ```