Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 360 Bytes

README.markdown

File metadata and controls

14 lines (9 loc) · 360 Bytes

Installation instructions

You need to download and install sbt (simple build tool) Then execute the following command:

    > sbt update publish-local

Then you can generate the User Guide with:

    sbt
    > test-only org.specs2.UserGuide -- html

This should create html files in the target/specs2-reports directory.