From ed8f176a52013140da857ddb44d83b6c06ed6887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Thu, 7 Aug 2025 01:51:20 +0200 Subject: [PATCH] docs(contributing/labrinth): enable all useful features for `sqlx-cli` install --- apps/docs/src/content/docs/contributing/labrinth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/content/docs/contributing/labrinth.md b/apps/docs/src/content/docs/contributing/labrinth.md index d54f5d1b2..84c0d65ff 100644 --- a/apps/docs/src/content/docs/contributing/labrinth.md +++ b/apps/docs/src/content/docs/contributing/labrinth.md @@ -10,7 +10,7 @@ This project is part of our [monorepo](https://github.com/modrinth/code). You ca To get a basic configuration, copy the `.env.local` file to `.env`. Now, you'll have to install the sqlx CLI, which can be done with cargo: ```sh -cargo install sqlx-cli --no-default-features --features postgres,rustls +cargo install sqlx-cli --no-default-features --features mysql,sqlite,postgres,rustls,completion ``` From there, you can create the database and set up its schema with one simple command: