Added missing Command (#391)

The command pnpm is incorrect. Instead it must be pnpm install to intall the dependencies of the project.
This commit is contained in:
areeb1501 2024-02-08 11:44:14 +04:00 committed by GitHub
parent d5482cd50d
commit a9fb242e23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ Here is what you need to be able to run JSON Crack.
3. Install packages with yarn
```sh
pnpm
pnpm install
```
4. Run the project