chore(docs/labrinth): fix typo
This commit is contained in:
parent
ed8f176a52
commit
86ea212373
@ -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:
|
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
|
```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:
|
From there, you can create the database and set up its schema with one simple command:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user