diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-31 13:37:25 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-31 13:37:25 (EDT) |
commit | 9dbd4fd90ea4c084c2e0ae79f3d3581aeb7f61e4 (patch) | |
tree | 2c13226d2a8bfee0b6377023ebce4a49bef4f915 | |
parent | 3878f654eeebdf237c0e09c85e9aeae22c6d2d1d (diff) | |
download | resume-9dbd4fd90ea4c084c2e0ae79f3d3581aeb7f61e4.zip resume-9dbd4fd90ea4c084c2e0ae79f3d3581aeb7f61e4.tar.gz resume-9dbd4fd90ea4c084c2e0ae79f3d3581aeb7f61e4.tar.bz2 |
README: New file.
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +Résumé of Patrick “P. J.” MᶜDermott +=================================== + +This résumé is built from HTML and CSS source files. + +To build this résumé, you must have the following tools installed: + + * ssic, a Server Side Includes compiler: + <http://www.pehjota.net/projects/ssic/> + + * WeasyPrint, a visual rendering engine that converts HTML/CSS documents to + PDF: <http://weasyprint.org/> + +With these dependencies installed, simply run `make` to build the résumé in HTML +and PDF formats. |