Skip to content

Commit

Permalink
Reflect most recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jspc committed Jan 5, 2022
1 parent f2004ec commit 6d14a13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

This project provides my CV; it uses no external classes/ typefaces which aren't generally distributed with latex distributions.

This project contains two CVs, my CV for SRE work, and my CV for DX work. Either CV can be built in the same way, by navigating to the relevant subdirectory (`sre` for SRE stuff, `dx` for Developer Experience/ Tooling) and following the step(s) in the Building section below.

Building
--
This project contains thre CVs, my CV for SRE work, my CV for DX work, and my CV for managerial work. Either CV can be built in the same way, with make:

```bash
$ texi2pdf cv.tex
$ make # builds all
$ make dist/jamescondron_dx_cv.pdf # builds my DX cv
$ make dist/jamescondron_sre_cv.pdf # builds my SRE cv
$ make dist/jamescondron_vpe_cv.pdf # builds my managerial cv
```

Licence
--

MIT License

Copyright (c) 2016, 2019 jspc
Copyright (c) 2016, 2019, 2021, 2022 jspc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 6d14a13

Please sign in to comment.