From 3afdd533a717ea95e006f317739f8f9ba7338d95 Mon Sep 17 00:00:00 2001 From: Ari Dyckovsky Date: Sat, 4 May 2024 18:28:47 -0400 Subject: [PATCH] start readme setup --- .github/workflows/create-pdf.yml | 1 - README.md | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) 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