docs: add README.md

This commit is contained in:
Felix Schröter 2025-02-19 16:59:34 +01:00
parent 65b8fb4318
commit 6ae826324d
Signed by: felschr
GPG key ID: 671E39E6744C807D

11
README.md Normal file
View file

@ -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
```