docs: Yarn and npm were mixed up

This commit is contained in:
selfhoster1312 2025-03-02 17:13:52 +01:00 committed by Alexis Metaireau
parent 97c49b90cb
commit bc8f5459ae

View file

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