diff --git a/README.md b/README.md index 236232368e..e5c19b9b46 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Simply [fork the mdresume repo](https://github.com/byuids-resumes/mdresume) ![](https://help.github.com/assets/images/help/repository/fork_button.jpg) -and edit the `index.md` file [directly in Github](https://help.github.com/articles/editing-files-in-your-repository/) +and edit the `index.md` file in the `docs` folder [directly in Github](https://help.github.com/articles/editing-files-in-your-repository/) ![](https://help.github.com/assets/images/help/repository/edit-file-edit-button.png) @@ -26,10 +26,14 @@ To transform your plain text resume into a beautiful and shareable HTML page, yo ### I. Use Github Pages to publish it online -1. Create a new branch called `gh-pages`. -2. Head to *yourusername*.github.io/mdresume to see your resume live. +1. Edit or move your resume to the `index.md` file in the `docs` folder. +2. Go to settings > GitHub pages to make the changes shown. -Any change you want to make to your CV from then on would have to be done on the `gh-pages` branch and will be immediately rendered by Github Pages. +![](docs_setup.png) + +3. Head to *yourusername*.github.io/mdresume to see your resume live. + +Any change you want to make to your CV from then on would have to be done in the `docs` folder and will be immediately rendered by Github Pages. ## Styling