diff --git a/README.md b/README.md index 3bed5c29682..fb412468601 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ You need the following installed and available in your $PATH: You also need to add the scala binary to your PATH. +After cloning the project, you need to build it from source with this command: + +``` +mvn package +``` + ### To generate a sample client library You can build a client against Wordnik's [petstore](http://petstore.swagger.wordnik.com) API as follows: