aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2024-07-13 00:00:24 +0000
committerKumar Damani <me@kumardamani.net>2024-07-13 00:00:24 +0000
commit94343a845cdbb3e52cb3bc4e43fe2d9071544ca3 (patch)
treee211e3931f7200e356cf36c38070f941af90c7fd /README.md
parent2f15e9fabe50a22122b5d0ee8e8bb109844eb761 (diff)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd7139c..f1f6e9c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+Develop:
+```
+nix develop
+xelatex KumarDamaniCV.tex
+```
+You should now see `KumarDamaniCV.pdf`.
+
vim/nvim auto-generate latex build:
```
:au BufWritePost KumarDamaniCV.tex :silent !xelatex KumarDamaniCV.tex