We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052c181 commit 8830b37Copy full SHA for 8830b37
README.md
@@ -6,10 +6,17 @@ This module **coexists** with eXist's built-in request module (`http://exist-db.
6
7
## Install
8
9
-Download the `.xar` from CI build artifacts and install with the eXist-db Package Manager or the `xst` CLI:
+From a GitHub release:
10
11
```bash
12
-xst package install exist-request-0.9.0-SNAPSHOT.xar
+xst package install https://github.com/joewiz/exist-request/releases/download/v0.9.0-SNAPSHOT/exist-request-0.9.0-SNAPSHOT.xar
13
+```
14
+
15
+From a local build:
16
17
+```bash
18
+mvn package -DskipTests
19
+xst package install target/exist-request-0.9.0-SNAPSHOT.xar
20
```
21
22
## Coexistence with the built-in request module
0 commit comments