From d0cb67ef34265f8ae987f5a89b6a69167b8fa871 Mon Sep 17 00:00:00 2001 From: Next Turn <45985406+NextTurn@users.noreply.github.com> Date: Mon, 27 Jul 2020 09:13:38 +0800 Subject: [PATCH] Mention optional settings --- docs/migrate-to-3-x.md | 2 ++ 1 file changed, 2 insertions(+) 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.