diff --git a/README.md b/README.md index 7262c3b4..6a7b6f09 100644 --- a/README.md +++ b/README.md @@ -35,15 +35,13 @@ javaPS implements the [OGC WPS specification, version 2.0](http://docs.opengeosp * Support for the majority of standardized geo-data formats * Lightweight API, following the latest state of the draft OGC API Processes standard -## Quick Start +### Quick Start (Updated for Beginners) -Use git to clone the javaPS repository: - -``` +1. **Clone the repository:** +```bash git clone https://github.com/52North/javaPS.git -``` +cd javaPS -Then just run `mvn clean install` on the repositories root directory. ## User guide/tutorial