docs: Yarn and npm were mixed up

This commit is contained in:
selfhoster1312 2025-03-02 17:13:52 +01:00
parent 671231ee0b
commit cd7d52aa7b

View file

@ -32,13 +32,13 @@ pip install -e ".[dev]"
And the frontend dependencies: And the frontend dependencies:
=== "Yarn" === "npm"
```bash ```bash
npm install npm install
``` ```
=== "npm" === "Yarn"
```bash ```bash
yarn install yarn install
``` ```