Skip to content

Commit

Permalink
specify minimum mariadb version for ox_core
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat authored Oct 9, 2024
1 parent 44904f7 commit 57832ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/ox_core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57832ab

Please sign in to comment.