ソースを参照

Merge pull request #47 from everdark/master

Correct instruction.
Mark Szepieniec 6 年 前
コミット
a1ad2173ac
1 ファイル変更2 行追加2 行削除
  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
 ```