updated docs to reflect latest changes

This commit is contained in:
2024-12-10 16:14:00 -06:00
parent 8ff6e0857f
commit abeed95345

View File

@ -1,15 +1,15 @@
# MarkdownResume-Pipeline-ClientExample # 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 ## Quickstart
I recommend doing these steps in order for efficency. 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 local/build/build-resume.sh and edit the values in the top section to refelct your information.
- Edit Templates/WorkHistory/WorkHistory.csv - Edit local/Templates/WorkHistory/WorkHistory.csv
- Create Templates/JobHistoryDetails/<position>.md to match the value in the first field of WorkHistory.csv - Create local/Templates/JobHistoryDetails/<position>.md to match the value in the first field of WorkHistory.csv
- Edit SkillsAndProjects/Projects.md - Edit local/Templates/SkillsAndProjects/Projects.md
- Edit SkillsAndProjects/Skills.csv - Edit local/Template/SkillsAndProjects/Skills.csv
- Edit Templates/CandidateInfoSheet.md - Edit local/Templates/CandidateInfoSheet.md
- cd to the build directory and bash build-pipeline-client.sh - cd to the local/build directory and run bash build-resume.sh