docs: 📝 npm -> yarn
This commit is contained in:
parent
53c125245c
commit
42eacf2291
|
@ -64,7 +64,7 @@ cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/`
|
||||||
```sh
|
```sh
|
||||||
# git pull
|
# git pull
|
||||||
yarn install
|
yarn install
|
||||||
NODE_ENV=production npm run build && npm run migrate
|
NODE_ENV=production yarn run build && yarn run migrate
|
||||||
# Edit service to point to calckey folder and restart!
|
# Edit service to point to calckey folder and restart!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue