# 📝 Resume Forked from [nmattia/resume](https://github.com/nmattia/resume) ## Tweaking ``` shell $ git clone https://github.com/fuwn/resume $ cd resume $ vim markdown/resume.md # Modify to fit your own needs ``` ## 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 ```