]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - content/posts/updating-dendrite/index.md
Only have one h1 per page
[dujemihanovic.xyz.git] / content / posts / updating-dendrite / index.md
index 6e21f565dbc6f3e753cac50cdd06f21b67dd61dd..e44eca161e8a76f0dd37419aff3f0899418764ef 100644 (file)
@@ -5,7 +5,7 @@ date: 2023-08-24T16:41:53+02:00
 I decided to share the method I just devised for updating (and perhaps
 installing) Dendrite on my VPS.
 
-# Motivation
+## Motivation
 I discovered that yesterday (as of writing), Dendrite was updated to
 [0.13.2](https://github.com/matrix-org/dendrite/releases/tag/v0.13.2), and I was
 running 0.13.1. Because old thing bad and new thing good, I decided to update
@@ -29,7 +29,7 @@ I looked around to see if maybe Go has its own Debian repository, but I was out
 of luck. It seemed that the 2 options were either install Go from source or just
 stick with Dendrite 0.13.1, but in the end I decided on a 3rd solution:
 
-# Compiling it locally
+## Compiling it locally
 My personal machine runs Artix, so there should be no problem with outdated Go
 (or anything really) whatsoever. I figured that I could compile Dendrite on my
 personal machine and then `rsync` the binaries onto my VPS, just like I did with