From 8e4da8677c10b68decc35bd5d0f8433c3e5e8168 Mon Sep 17 00:00:00 2001 From: Rin Date: Wed, 23 Nov 2022 19:34:20 +1100 Subject: [PATCH] Fix headings --- SETUP.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SETUP.md b/SETUP.md index 77591eacc01..22b59079e1e 100644 --- a/SETUP.md +++ b/SETUP.md @@ -6,24 +6,24 @@ You have a package manager, and your system is systemd-based. ## Prerequisites -## Nodejs +### Nodejs Install nodejs via your package manager. We used v19.1.0 for this setup. -## Ruby +### Ruby Install ruby via your package manager of choice. -## Ruby Extras +### Ruby Extras Your distro may package `bundle` and `irb` in separate packages (Arch does). If they are, install them too. On Arch these are `ruby-bundler` and `ruby-irb`. -## PostGreSQL +### PostGreSQL Install postgres via your package manager. -## Redis +### Redis Install redis via your package manager.