Clarifying readme

This commit is contained in:
Gregwar 2015-12-06 23:10:05 +01:00
parent 52107b0c32
commit c989422a82
1 changed files with 11 additions and 15 deletions

View File

@ -1,12 +1,8 @@
Gregwar's CaptchaBundle Gregwar's CaptchaBundle
===================== =====================
The `GregwarCaptchaBundle` adds support for a "captcha" form type for the The `GregwarCaptchaBundle` adds support for a captcha form type for the
Symfony2 form component. Symfony form component.
Important note: the master of this repository is containing current development
in order to work with Symfony 2.1. If you are using Symfony 2.0 please checkout
the 2.0 branch.
Installation Installation
============ ============
@ -17,7 +13,15 @@ Ultimately, the GregwarCaptchaBundle files should be downloaded to the
'vendor/bundles/Gregwar/CaptchaBundle' directory. 'vendor/bundles/Gregwar/CaptchaBundle' directory.
You can accomplish this several ways, depending on your personal preference. You can accomplish this several ways, depending on your personal preference.
The first method is the standard Symfony2 method. The first method is the standard Symfony method.
***Using Composer***
Use composer require to download and install the package.
``` bash
composer require gregwar/captcha-bundle
```
***Using the vendors script*** ***Using the vendors script***
@ -45,14 +49,6 @@ $ git submodule add git://github.com/Gregwar/CaptchaBundle.git vendor/bundles/Gr
$ git submodule update --init $ git submodule update --init
``` ```
***Using Composer***
Use composer require to download and install the package.
``` bash
composer require gregwar/captcha-bundle
```
### Step 2: Configure the Autoloader ### Step 2: Configure the Autoloader
If you use composer, you can skip this step. If you use composer, you can skip this step.