Update docs to include requirements

This commit is contained in:
David Craig 2015-09-15 09:22:37 +12:00
parent 6c381706a2
commit 8ccc0c9152
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