Skip to content

Commit 859dfc9

Browse files
committed
Update the README
1 parent 91f1e40 commit 859dfc9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Installation
44

5-
Copy the extension to `phpBB/ext/phpbb/skeleton`
5+
To install the source code from this repository, clone this extension repository to `phpBB/ext/phpbb/skeleton`:
6+
7+
$ git clone https://github.com/phpbb-extensions/phpbb-ext-skeleton.git
8+
$ php composer.phar install
69

710
Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB Skeleton Extension" extension.
811

@@ -21,7 +24,7 @@ The `.zip` is then offered as a download. Additionally it can be found at
2124
In order to create an extension, you need to open the console of your server.
2225
Then run the following command in your phpBB root (next to config.php):
2326

24-
./bin/phpbbcli.php extension:create
27+
$ ./bin/phpbbcli.php extension:create
2528

2629
Afterwards copy your extension from `store/tmp-ext/` into the `ext/` folder
2730

0 commit comments

Comments
 (0)