mirror of
https://example.com
synced 2024-11-23 08:06:39 +09:00
docs: get patch
This commit is contained in:
parent
184ea6aa82
commit
4c0ae44e74
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
## Misskey v13 and above
|
## Misskey v13 and above
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git apply docs/mkv13.patch
|
wget -O mkv13.patch https://codeberg.org/calckey/calckey/raw/branch/develop/docs/mkv13.patch
|
||||||
|
git apply mkv13.patch
|
||||||
|
|
||||||
cd packages/backend
|
cd packages/backend
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue