From bc8f5459ae7e24b74dc685137e65b736161a07c2 Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Sun, 2 Mar 2025 17:13:52 +0100 Subject: [PATCH] docs: Yarn and npm were mixed up --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 32bf2dd..d62de81 100644 --- a/docs/install.md +++ b/docs/install.md @@ -32,13 +32,13 @@ pip install -e ".[dev]" And the frontend dependencies: -=== "Yarn" +=== "npm" ```bash npm install ``` -=== "npm" +=== "Yarn" ```bash yarn install ```