From 4e17eff9b8edc7f66a47e9475505771511e9285e Mon Sep 17 00:00:00 2001 From: Jonathan <54381371+yaboyaxis@users.noreply.github.com> Date: Mon, 12 Apr 2021 14:20:55 -0400 Subject: [PATCH] refactor(docs): Added "Requirements" section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e004b434..e2aabbf8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ These instructions are intended for bot development only. 👉 **No support is offered for self-hosting the bot!** 👈 +### Requirements +* Node `v14.0.0` and above. +* [MariaDB](https://mariadb.org/), a drop-in replacement for [MySQL](https://www.mysql.com/). + * Note: MySQL will **not** work. + ### Running the bot 1. `cd backend` 2. `npm ci`