Update 'README.md'

This commit is contained in:
Kainoa Kanter 2022-07-19 18:56:45 +02:00
parent ea304762b3
commit ebbd3a3fa4

View file

@ -44,7 +44,6 @@ corepack enable
git clone https://codeberg.org/thatonecalculator/calckey.git
cd calckey/
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
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 folder and restart!