From f2d7716f1aa78c0bb23f069be35b91270aaced2b Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 12 Nov 2023 19:55:49 +0100 Subject: [PATCH] [docs] Fix instructions on loading LFS data after cloning without git-lfs being installed --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index a7d4d2e34..b65720493 100644 --- a/docs/install.md +++ b/docs/install.md @@ -62,7 +62,7 @@ corepack prepare --activate yarn ``` -Note: If you get a lot of `The remote archive doesn't match the expected checksum` errors, please make sure you installed `git-lfs` and ran `git lfs install && git lfs fetch`. +Note: If you get a lot of `The remote archive doesn't match the expected checksum` errors, please make sure you installed `git-lfs` and ran `git lfs install && git lfs pull`. ## Building Iceshrimp @@ -160,7 +160,7 @@ yarn yarn build && yarn migrate ``` -Note: If you get a lot of `The remote archive doesn't match the expected checksum` errors, please make sure you installed `git-lfs` and ran `git lfs install && git lfs fetch`. +Note: If you get a lot of `The remote archive doesn't match the expected checksum` errors, please make sure you installed `git-lfs` and ran `git lfs install && git lfs pull`. Now restart the Iceshrimp service and everything should be up to date.