Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down