Merge pull request #338 from flashbackzoo/pulls/update-docs-requirements

Update docs to include requirements
This commit is contained in:
Damian Mooyman 2015-09-15 15:38:41 +12:00
commit 14365c963d
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ and without getting involved in any PHP code.
## Requirements
* SilverStripe 3.1
See the "require" section of [composer.json](https://github.com/silverstripe/silverstripe-userforms/blob/master/composer.json)
## Features

View File

@ -12,6 +12,7 @@ Installation can be done either by composer or by manually downloading a release
2. Extract the file (if you are on windows try 7-zip for extracting tar.gz files
3. Make sure the folder after being extracted is named 'userforms'
4. Place this directory in your sites root directory. This is the one with framework and cms in it.
5. Install the dependencies. See the "require" section of [composer.json](https://github.com/silverstripe/silverstripe-userforms/blob/master/composer.json)
## Configuration