From 86ea212373d23fad7b4e3d7bebef73a858fd10dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Thu, 7 Aug 2025 09:43:57 +0200 Subject: [PATCH] chore(docs/labrinth): fix typo --- 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 84c0d65ff..41ab9f325 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 mysql,sqlite,postgres,rustls,completion +cargo install sqlx-cli --no-default-features --features mysql,sqlite,postgres,rustls,completions ``` From there, you can create the database and set up its schema with one simple command: