sbgrid-cli-admin.md
... ...
@@ -118,23 +118,23 @@ where the target path is writable. This option does not require sudo but will re
118 118
119 119
### Examples :
120 120
121
-To install all default versions of all titles, add new titles when available, update all installed when available and remove obsolete versions, run :
121
+1. To install all default versions of all titles, add new titles when available, update all installed when available and remove obsolete versions, run :
122 122
```
123 123
$ sbgrid-cli admin
124 124
```
125 125
126
-To do the same but to include all versions of all titles :
126
+2. To do the same but to include all versions of all titles :
127 127
```
128 128
$ sbgrid-cli admin --all-versions
129 129
```
130 130
131
-To make this automatic, add a crontab entry. This can be done from `sbgrid-cli` with this command :
131
+3. To make this automatic, add a crontab entry. This can be done from `sbgrid-cli` with this command :
132 132
133 133
```
134 134
sbgrid-cli crontab
135 135
```
136 136
137
-Admin mode - all versions, all titles mac and linux, 4 processes
137
+4. Full auto mode - all versions, all titles mac and linux, 4 processes. This is the recommened installation configuration.
138 138
```
139 139
sbgrid-cli crontab --all-versions --darwin --linux -j 4
140 140
```