From 49e383e7044b7091f52e6e1e00c678ceefedcb4d Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 7 Aug 2022 23:20:57 -0700 Subject: [PATCH] folder ready instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ff108954..d408f2c32 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 ```