diff options
| author | Fuwn <[email protected]> | 2021-05-07 17:49:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-07 17:49:09 -0700 |
| commit | 4fd1acb3420a9fa337bc5ac738b0fe859873fe2d (patch) | |
| tree | 47d3e8f2e2a75fab8b216fb3c3d9acaa10d62885 /README.md | |
| parent | fix(actions): use correct version of install-nix-action (diff) | |
| download | resume-md-4fd1acb3420a9fa337bc5ac738b0fe859873fe2d.tar.xz resume-md-4fd1acb3420a9fa337bc5ac738b0fe859873fe2d.zip | |
refactor(readme): spice it up
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 10 insertions, 16 deletions
@@ -1,32 +1,26 @@ -# The Markdown Resume +# 📝 Resume -Forked from [nmattia/resume](https://github.com/nmattia/resume) - -### Tweak +Forked from [nmattia/resume](https://github.com/nmattia/resume). +## Tweaking ``` shell $ git clone https://github.com/fuwn/resume $ cd resume -$ vim markdown/resume.md # insert your own resume info +$ vim markdown/resume.md # Modify to fit your own needs. ``` -### Build +## Building + +### Requirements (if you DON'T use `nix-shell`) +* ConTeXt +* [pandoc](https://pandoc.org/) +* [GNU make](https://www.gnu.org/software/make/) ``` shell $ nix-build ``` - or - ``` shell $ nix-shell [nix-shell]$ make ``` - -### Requirements - - * ConTeXt - * pandoc - * GNU make - -The requirements can be provided by the nix-shell. |