account_migration.md
... ...
@@ -8,6 +8,7 @@ A network connection required and a recent release of `sbgrid-cli` is required.
8 8
9 9
- [Migrating existing accounts](#migrating-existing-accounts)
10 10
- [sbgrid-cli migrate-account usage](#sbgrid-cli-migrate-account-usage)
11
+ - [Migration in 3 steps (download, untar, account_migrate)](#migration-in-3-steps-download-untar-account_migrate)
11 12
- [Troubleshooting common errors](#troubleshooting-common-errors)
12 13
- [Authentication failed](#authentication-failed)
13 14
- [Permissions and file ownership issue](#permissions-and-file-ownership-issue)
... ...
@@ -60,6 +61,7 @@ A network connection required and a recent release of `sbgrid-cli` is required.
60 61
61 62
```
62 63
64
+### Migration in 3 steps (download, untar, account_migrate)
63 65
The sbgrid-cli has a migration function to migrate between two SBGrid accounts.
64 66
You only need to run three commands. In a terminal, run:
65 67