Skip to content

Commit 4843853

Browse files
authored
Merge pull request #2128 from PrestaEdit/patch-74
Update theme name description in installation guide
2 parents e58f2b6 + d416fd5 commit 4843853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

basics/installation/advanced/install-from-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ This command, by default, will display the various available options:
5252
| `password` | Admin user password | Correct Horse Battery Staple | _string_ |
5353
| `email` | Admin user email | pub@prestashop.com | _string_ |
5454
| `license` | Show PrestaShop license after installation | 0 | 0, 1 |
55-
| `theme` | Theme name to install | "" (classic) | Theme name (located in `/themes`) |
55+
| `theme` | Theme name to install | "" (classic, hummingbird since 9.1.0) | Theme name (located in `/themes`) |
5656
| `ssl` | Enable SSL (from PS 1.7.4) | 0 | 0, 1 |
5757
| `rewrite` | Enable rewrite engine | 1 | 0, 1 |
58-
| `fixtures` | Install fixtures. Equivalent of "*Installation of demo products*" in the GUI. | 1 | 0, 1 |
58+
| `fixtures` | Install fixtures. Equivalent of "*Installation of demo products*" in the GUI. | 1 | 0, 1 |
5959
| `modules` | Modules to install, separated by comma | [] (all) | _array_ of module names (located in `/modules`) |
6060

6161
- All the options from the regular in-browser installer are available, with their default values listed above.

0 commit comments

Comments
 (0)