--- a/README.markdown Mon Nov 20 23:00:37 2023 -0500
+++ b/README.markdown Mon Nov 20 23:10:04 2023 -0500
@@ -412,6 +412,14 @@
Got Rstudio, JabRef, qemu, OpenTrons, and a bunch of other stuff working too,
I think.
+Trying to install LaTeX and I didn't write down what the packages were when
+I did this a month or two ago, dammit:
+
+ apt install texlive-latex-base \
+ texlive-latex-recommended \
+ texlive-latex-extra \
+ texlive-fonts-extra
+
Realized I fucked up when I built SBCL the other day, it's
`--with-sb-core-compression`, not `--with-core-compression` (note the `-sb`).