diff --git a/README.md b/README.md index f92d1fa..824083c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # MarkdownResume-Pipeline-ClientExample -Example repository for using the MarkdownResume-Pipeline vendored repository +Example client repository for using the [MarkdownResume-Pipeline](https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline) vendored repository. ## Quickstart I recommend doing these steps in order for efficency. -- Edit build/build-pipeline-client.sh and alter the top section to refelct your information. -- Edit Templates/WorkHistory/WorkHistory.csv -- Create Templates/JobHistoryDetails/.md to match the value in the first field of WorkHistory.csv -- Edit SkillsAndProjects/Projects.md -- Edit SkillsAndProjects/Skills.csv -- Edit Templates/CandidateInfoSheet.md -- cd to the build directory and bash build-pipeline-client.sh +- Edit local/build/build-resume.sh and edit the values in the top section to refelct your information. +- Edit local/Templates/WorkHistory/WorkHistory.csv +- Create local/Templates/JobHistoryDetails/.md to match the value in the first field of WorkHistory.csv +- Edit local/Templates/SkillsAndProjects/Projects.md +- Edit local/Template/SkillsAndProjects/Skills.csv +- Edit local/Templates/CandidateInfoSheet.md +- cd to the local/build directory and run bash build-resume.sh