Skip to content

Commit 33a74fc

Browse files
committed
Update readme for 3.2
1 parent e2bea6d commit 33a74fc

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# phpBB 3.1 Extension - Hookup
1+
# phpBB 3.2 Extension - Hookup
22
This Extension adds the possibility of scheduling meetings with multiple people to your topics. Use this for finding the right date for a meeting very easy or for getting feedback on availability of users on certain dates.
33

44
This Extension is intended to be fully backwards compatible to the existing phpBB 3.0.x Mod "Hookup" from the phpBB.de Team for Upgrades, but may include additional features.
@@ -23,10 +23,23 @@ Planned features:
2323

2424
## Installation
2525

26+
### Using the source code from github
27+
2628
Clone into ext/gn36/hookup:
2729

2830
git clone https://github.com/gn36/phpbb-ext-hookup ext/gn36/hookup
2931

32+
Install the missing dependencies:
33+
34+
cd ext/gn36/hookup
35+
php composer.phar install
36+
37+
Go to "ACP" > "Customise" > "Extensions" and enable the "Hookup" extension.
38+
39+
### Using a complete install package
40+
41+
Download a complete install package from the latest 3.2.x release and unzip it into ext/gn36/hookup.
42+
3043
Go to "ACP" > "Customise" > "Extensions" and enable the "Hookup" extension.
3144

3245
## Development

0 commit comments

Comments
 (0)