Skip to content

Commit 1c93907

Browse files
committed
Improve "installing extensions" wording
1 parent 57c9f2d commit 1c93907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Flarum has a wide ecosystem of extensions, most of which are open source and fre
1515

1616
Just like Flarum, extensions are installed through [Composer](https://getcomposer.org), using SSH. To install a typical extension:
1717

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`.
1919
2. Run `composer require COMPOSER_PACKAGE_NAME`. This should be provided by the extension's documentation.
2020

2121
## Managing Extensions

0 commit comments

Comments
 (0)