Skip to content

Commit 8830b37

Browse files
committed
[doc] Fix install commands to use full path or URL
1 parent 052c181 commit 8830b37

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
@@ -6,10 +6,17 @@ This module **coexists** with eXist's built-in request module (`http://exist-db.
66

77
## Install
88

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

1111
```bash
12-
xst package install exist-request-0.9.0-SNAPSHOT.xar
12+
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
1320
```
1421

1522
## Coexistence with the built-in request module

0 commit comments

Comments
 (0)