mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
readme: update yarn to pnpm
This commit is contained in:
parent
184f2ffb44
commit
69fa400ae7
1 changed files with 2 additions and 2 deletions
|
@ -103,13 +103,13 @@ You can help by translating the project to a language you speak at https://hoste
|
|||
### Development Setup
|
||||
|
||||
```
|
||||
yarn install
|
||||
pnpm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
|
||||
```
|
||||
yarn serve
|
||||
pnpm serve
|
||||
```
|
||||
|
||||
You can now make changes and view then in realtime!
|
||||
|
|
Loading…
Reference in a new issue