diff --git a/.github/workflows/create-pdf.yml b/.github/workflows/create-pdf.yml index 2e04a2c..1c8c639 100644 --- a/.github/workflows/create-pdf.yml +++ b/.github/workflows/create-pdf.yml @@ -41,4 +41,3 @@ jobs: tag: ${{ steps.generate_release_tag.outputs.next_release_tag }} artifacts: "cv/cv.pdf" generateReleaseNotes: true - makeLatest: true diff --git a/README.md b/README.md index 59049dc..5517c7f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ I use a combination of LaTeX, VS Code, and GitHub Actions to maintain and publis ## Setup -TODO. +The following must be installed to work on the CV locally: + +1. A TeX distribution, preferably [TeX Live](https://www.tug.org/texlive/). Your `PATH` must also point to your installed TeX distribution. +2. [VS Code](https://code.visualstudio.com/) ## Usage