Improve documentation of project's requirements

Closes gh-217
This commit is contained in:
Andy Wilkinson
2016-05-05 14:37:58 +01:00
parent 75ea210187
commit 60a02a431f
2 changed files with 12 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ To learn more about Spring REST Docs, please consult the [reference documentatio
## Building from source
Spring REST Docs requires Java 7 or later and is built using [Gradle][10]:
You will need Java 7 or later to build Spring REST Docs. It is built using [Gradle][10]:
```
./gradlew build

View File

@@ -39,7 +39,18 @@ If you want to jump straight in, a number of sample applications are available:
|===
[[getting-started-requirements]]
=== Requirements
Spring REST Docs has the following minimum requirements:
- Java 7
- Spring Framework 4.2
Additionally, the `spring-restdocs-restassured` module has the following minimum
requirements:
- REST Assured 2.8
[[getting-started-build-configuration]]
=== Build configuration