diff --git a/README.md b/README.md index 1ff1089543..d408f2c324 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ yarn set version berry git clone https://codeberg.org/thatonecalculator/calckey.git cd calckey/ # git checkout main # if you want only stable versions -cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is +cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/` with misskey path, replace `default.yml` with `docker.yml` if you use docker # cp -r ../misskey/files . # if you don't use object storage ```