diff --git a/UPDATE.md b/UPDATE.md index b2939f4..3784c28 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,5 +1,27 @@ # 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 pull the update: `git pull`