From eb6750661e6dc286eaece53837cbaa18a10ad6f1 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 10 Dec 2022 08:32:52 -0800 Subject: [PATCH] Added README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddbfcf3 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Resume + +This repository generates a PDF of my resume using +[LaTeX](https://www.latex-project.org/). I used +[flyx's article](https://flyx.org/nix-flakes-latex/) to help me create a nix +flake to build a resume generator command.