Skip to content

Commit 5937f77

Browse files
committed
[doc] Fix install commands to use full path or URL
1 parent 5f7e0e4 commit 5937f77

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ A **drop-in replacement** for eXist-db's bundled EXPath HTTP Client. Same namesp
1111

1212
## Install
1313

14-
Download the `.xar` from CI build artifacts and install with the eXist-db Package Manager or the `xst` CLI:
14+
From a GitHub release:
1515

1616
```bash
17-
xst package install exist-http-client-0.9.0-SNAPSHOT.xar
17+
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
1825
```
1926

2027
## Function

0 commit comments

Comments
 (0)