diff --git a/pages/ox_core.mdx b/pages/ox_core.mdx index 9acff00249..6d77e5ac0c 100644 --- a/pages/ox_core.mdx +++ b/pages/ox_core.mdx @@ -32,7 +32,7 @@ We **strongly** recommend referring to [Guides](../guides) to setup necessary de ### Download the latest [release](https://github.com/overextended/ox_core/releases/latest) or build the source code. - Setup [Git](../guides/git), [Node.js](../guides/nodejs), and [pnpm](../guides/pnpm). -- Download and setup [MariaDB](https://mariadb.com/downloads/community/community-server/), if you do not already have a database server. +- Download and setup [MariaDB 11.4+](https://mariadb.com/downloads/community/community-server/). - Run the following commands in your CLI (e.g. Terminal, Command Prompt). ```bash