aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b4634a6aeec651a3d3b80941791ce619027ca8e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 📝 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
```