Skip to content

Commit

Permalink
[doc] Update the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Apr 9, 2024
1 parent 49cd005 commit 9f11952
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -11,17 +11,20 @@ The language is Java 6 (also tested against Oracle JDK 7 and OpenJDK 7) and the
It is planned that a C++ implementation will also follow eventually.

## Build
1. Clone the Repository
1. Clone the Repository:
```bash
git clone https://github.com/exquery/exquery.git
```

2. Enter the cloned repo
2. Enter the cloned repo:
```bash
cd exquery
```

3. mvn clean install
3. Build the code with Maven:
```bash
mvn clean install
```

4. Each Module will contain a .jar file in its target/ folder

Expand Down

0 comments on commit 9f11952

Please sign in to comment.