aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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