Skip to content

Commit

Permalink
start readme setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aridyckovsky committed May 4, 2024
1 parent caa89dc commit 3afdd53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ jobs:
tag: ${{ steps.generate_release_tag.outputs.next_release_tag }}
artifacts: "cv/cv.pdf"
generateReleaseNotes: true
makeLatest: true
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3afdd53

Please sign in to comment.