summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-30 22:54:51 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-08-30 22:54:51 +0200
commit312b88fe615deaeed9ca52ab422eeb64a90f9932 (patch)
tree2130673035d5913b5182a00b7930674164fc55e5
parent93c4e71ba9b5964055a81da884e9300f06c49523 (diff)
Add readme
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e0d0963
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# CV
+
+My cv.
+
+## Generate pdf File
+Command to compile the tex files into pdf:
+
+```
+pdflatex main.tex
+```