Skip to content

Commit

Permalink
fix: require command versions must be enclosed by quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Dec 4, 2024
1 parent c3d91d2 commit 211abed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ When everything is ready, navigate to your forum in a web browser and follow the
If you wish to install and update extensions from the admin dashboard, you need to also install the [Extension Manager](extensions.md) extension.

```bash
composer require flarum/extension-manager:*
composer require flarum/extension-manager:"*"
```

:::warning
Expand Down

0 comments on commit 211abed

Please sign in to comment.