You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extensions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Flarum has a wide ecosystem of extensions, most of which are open source and fre
15
15
16
16
Just like Flarum, extensions are installed through [Composer](https://getcomposer.org), using SSH. To install a typical extension:
17
17
18
-
1.`cd` to the folder containing `composer.json`.
18
+
1.`cd` to your Flarum directory. This directory should contain `composer.json`, `flarum` files and a `storage` directory (among others). You can check directory contents via `ls -la`.
19
19
2. Run `composer require COMPOSER_PACKAGE_NAME`. This should be provided by the extension's documentation.
0 commit comments