account_migration.md
... ...
@@ -65,7 +65,7 @@ A network connection required and a recent release of `sbgrid-cli` is required.
65 65
The sbgrid-cli has a migration function to migrate between two SBGrid accounts.
66 66
You only need to run three commands. In a terminal, run:
67 67
68
-1) Download the latest version of the sbgrid-cli with the *curl* command. You can also use a browser.
68
+1) **Download** the latest version of the sbgrid-cli with the *curl* command. You can also use a browser.
69 69
70 70
On macOS :
71 71
```
... ...
@@ -76,12 +76,12 @@ On Linux:
76 76
$ curl -k -LO https://sbgrid-installation-manager.s3.amazonaws.com/2.2.20/sbgrid-cli_2.2.20-linux.tar.gz
77 77
```
78 78
79
-1) Decompress and untar the archive
79
+2) **Decompress** and untar the archive
80 80
```
81 81
$ tar -zxf sbgrid-cli_2.2.20-macos.tar.gz
82 82
```
83 83
84
-3) Run the migration command. The "./" preceding the command will execute the downloaded and decompressed file from the current directory.
84
+3) Run the **migration command**. The "./" preceding the command will execute the downloaded and decompressed file from the current directory.
85 85
```
86 86
$ ./sbgrid-cli migrate-account
87 87
```