docs: fix pnpm install command (#1086)

This commit is contained in:
Gauthier
2024-11-11 16:31:55 +01:00
committed by GitHub
parent 2829c2548a
commit cb94ad5a2e

View File

@@ -48,7 +48,7 @@ All help is welcome and greatly appreciated! If you would like to contribute to
4. Run the development environment:
```bash
pnpm
pnpm install
pnpm dev
```