mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
[docs] Fix instructions on loading LFS data after cloning without git-lfs being installed
This commit is contained in:
parent
0214b6c4c4
commit
f2d7716f1a
@ -62,7 +62,7 @@ corepack prepare --activate
|
|||||||
yarn
|
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
|
## Building Iceshrimp
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ yarn
|
|||||||
yarn build && yarn migrate
|
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.
|
Now restart the Iceshrimp service and everything should be up to date.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user