~tsileo/microblog.pub

88dd2443d730f5b760a83b1acd8a181161db9fcc — Thomas Sileo 1 year, 9 months ago 4045902
Fix doc for migration/move support
1 files changed, 3 insertions(+), 3 deletions(-)

M docs/user_guide.md
M docs/user_guide.md => docs/user_guide.md +3 -3
@@ 320,7 320,7 @@ First you need to grab the "ActivityPub actor URL" for your existing account:

```bash
# For a Python install
poetry run inv webfinger username@domain.tld
poetry run inv webfinger username@instance-you-want-to-move-from.tld
```

Edit the config.


@@ 329,7 329,7 @@ Edit the config.

```bash
# For a Docker install
make account=username@domain.tld webfinger
make account=username@instance-you-want-to-move-from.tld webfinger
```

Edit the config.


@@ 339,7 339,7 @@ Edit the config.
And add a reference to your old/existing account in `profile.toml`:

```toml
also_known_as = "my@old-account.com"
also_known_as = "https://instance-you-want-to-move-form.tld/users/username"
```

Restart the server, and you should be able to complete the move from your existing account.