We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7e0e4 commit 5937f77Copy full SHA for 5937f77
README.md
@@ -11,10 +11,17 @@ A **drop-in replacement** for eXist-db's bundled EXPath HTTP Client. Same namesp
11
12
## Install
13
14
-Download the `.xar` from CI build artifacts and install with the eXist-db Package Manager or the `xst` CLI:
+From a GitHub release:
15
16
```bash
17
-xst package install exist-http-client-0.9.0-SNAPSHOT.xar
+xst package install https://github.com/joewiz/exist-http-client/releases/download/v0.9.0-SNAPSHOT/exist-http-client-0.9.0-SNAPSHOT.xar
18
+```
19
+
20
+From a local build:
21
22
+```bash
23
+mvn package -DskipTests
24
+xst package install target/exist-http-client-0.9.0-SNAPSHOT.xar
25
```
26
27
## Function
0 commit comments