[docs] Fix instructions on loading LFS data after cloning without git-lfs being installed

This commit is contained in:
Laura Hausmann 2023-11-12 19:55:49 +01:00
parent 0214b6c4c4
commit f2d7716f1a
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -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.