From 6ae826324d126b1c69a23b478d88138c316421cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= <dev@felschr.com> Date: Wed, 19 Feb 2025 16:59:34 +0100 Subject: [PATCH] docs: add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa6da87 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Felix Schröter's CV + +You can find the PDF under [Actions](https://git.felschr.com/felschr/cv/actions) in the artifacts of the latest successful build. + +### Build + +You can manually build the CV by running: + +```sh +nix run .#build +```