README typo

This commit is contained in:
Kainoa Kanter 2022-07-19 18:37:56 +02:00
parent 8aaaa82e5b
commit 4aba4bc825

View file

@ -47,5 +47,5 @@ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey fo
yarn --version # Check version is yarn 3.2.1!
yarn install
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey service and restart
# Edit service to point to calckey folder and restart!
```