From 9ddb7e945263b53ae2a8d07b79329f62e366221c Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 14 May 2015 22:32:30 -0700 Subject: [PATCH] Update README [ci skip] --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b65946e..79e2588 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,13 @@ This is the repository for the development of the phpBB Auto Groups Extension [![Build Status](https://travis-ci.org/phpbb-extensions/autogroups.png)](https://travis-ci.org/phpbb-extensions/autogroups) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpbb-extensions/autogroups/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpbb-extensions/autogroups/?branch=master) -## Quick Install -You can install this on the latest release of phpBB 3.1 by following the steps below: +## Install -1. [Download the latest release](https://github.com/phpbb-extensions/autogroups/releases). -2. Unzip the downloaded release, and change the name of the folder to `autogroups`. -3. In the `ext` directory of your phpBB board, create a new directory named `phpbb` (if it does not already exist). -4. Copy the `autogroups` directory to `phpBB/ext/phpbb/` (if done correctly, you'll have the main composer JSON file at (your forum root)/ext/phpbb/autogroups/composer.json). -5. Navigate in the ACP to `Customise -> Manage extensions`. -6. Look for `Auto Groups` under the Disabled Extensions list, and click its `Enable` link. -7. Set up and configure Auto Groups by navigating in the ACP to `Users and Groups` -> `Manage Auto Groups`. +1. [Download the latest validated release](https://www.phpbb.com/customise/db/extension/auto-groups/). +2. Unzip the downloaded release and copy it to the `ext` directory of your phpBB board. +3. Navigate in the ACP to `Customise -> Manage extensions`. +4. Look for `Auto Groups` under the Disabled Extensions list, and click its `Enable` link. +5. Set up and configure Auto Groups by navigating in the ACP to `Users and Groups` -> `Manage Auto Groups`. ## Uninstall @@ -26,7 +23,7 @@ You can install this on the latest release of phpBB 3.1 by following the steps b * **Important: Only official release versions validated by the phpBB Extensions Team should be installed on a live forum. Pre-release (beta, RC) versions downloaded from this repository are only to be used for testing on offline/development forums and are not officially supported.** * Report bugs and other issues to our [Issue Tracker](https://github.com/phpbb-extensions/autogroups/issues). -* Support requests should be posted and discussed in the [Auto Groups topic at phpBB.com](https://www.phpbb.com/community/viewtopic.php?f=456&t=2278771). +* Support requests should be posted and discussed in the [Auto Groups topic at phpBB.com](https://www.phpbb.com/customise/db/extension/auto_groups/support). ## Extending Auto Groups