From 2b29c25c47f6a5c6a7f4398bcae389c10bf3f2e3 Mon Sep 17 00:00:00 2001 From: Yashvardhan Vashistha Date: Sat, 25 Oct 2025 03:52:24 +0530 Subject: [PATCH] Update Quick Start section with beginner instructions --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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