mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +00:00
readme: update yarn to pnpm
This commit is contained in:
parent
184f2ffb44
commit
69fa400ae7
@ -103,13 +103,13 @@ You can help by translating the project to a language you speak at https://hoste
|
|||||||
### Development Setup
|
### Development Setup
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
|
|
||||||
```
|
```
|
||||||
yarn serve
|
pnpm serve
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now make changes and view then in realtime!
|
You can now make changes and view then in realtime!
|
||||||
|
Loading…
Reference in New Issue
Block a user