mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-04 12:51:50 +02:00
docs: Yarn and npm were mixed up
This commit is contained in:
parent
97c49b90cb
commit
bc8f5459ae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue