summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-22 00:07:53 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-22 00:07:53 -0700
commitb8b815d019c72c357464c5e9783f5756938c12e1 (patch)
tree3b4159846c82ffd847f0300c5f9d63f4c04530e1
parent352892c42936834f3b39052163320aaa354bb085 (diff)
Update READMEmain
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 60fe06e..923bf50 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,16 @@
# csobczak.tex
-My LaTeX templates \ No newline at end of file
+The goal of csobczak.tex is to share my LaTeX templates.
+
+To use these templates, you can download the specific .tex files you want
+to use through codeberg, or download them all with:
+``` bash
+git clone https://codeberg.org/csobczak/csobczak.tex
+```
+
+In the future, maybe I plan to organize these ideas into a package.
+
+Use the following command to render your document:
+``` bash
+latexmk -pdf -aux-directory=render-files $1
+```