diff --git a/docs/migrate-to-3-x.md b/docs/migrate-to-3-x.md index a9541f5..39dd963 100644 --- a/docs/migrate-to-3-x.md +++ b/docs/migrate-to-3-x.md @@ -6,6 +6,8 @@ TODO ## Manual migration +1. Remove `` if you don't want it. +1. Remove `` if you don't want it. 1. Remove ``. 1. Merge `DomainName` and `UserName` into `DomainName\UserName`. If the user account belongs to the built-in domain, you can specify `.\UserName`. - Consider removing `` and `` from config file and using `` in interactive context, or `--username` and `--password` command-line options in non-interactive context.