mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
add update guide for 2.2.0
This commit is contained in:
parent
e0f9f33fd1
commit
8a3c31af00
1 changed files with 22 additions and 0 deletions
22
UPDATE.md
22
UPDATE.md
|
@ -1,5 +1,27 @@
|
||||||
# Updating
|
# Updating
|
||||||
|
|
||||||
|
## 2.1.x -> 2.2.0
|
||||||
|
|
||||||
|
1. pull the update: `git pull`
|
||||||
|
|
||||||
|
2. make the following changes in your config.json file:
|
||||||
|
```diff
|
||||||
|
...
|
||||||
|
"crosspost": {
|
||||||
|
"fediverse": {
|
||||||
|
...
|
||||||
|
+ },
|
||||||
|
+ "bluesky": {
|
||||||
|
+ "enabled": false,
|
||||||
|
+ "handle": "",
|
||||||
|
+ "appPassword": ""
|
||||||
|
+ }
|
||||||
|
},
|
||||||
|
...
|
||||||
|
+ "noDeleteConfirm": false,
|
||||||
|
+ "fediVerificationUrl": ""
|
||||||
|
```
|
||||||
|
|
||||||
## 2.1.0 -> 2.1.1
|
## 2.1.0 -> 2.1.1
|
||||||
|
|
||||||
pull the update: `git pull`
|
pull the update: `git pull`
|
||||||
|
|
Loading…
Add table
Reference in a new issue