Skip to content

Commit df17b0e

Browse files
committed
Updating README.md with instructions to pull from private repo.
1 parent c258ede commit df17b0e

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,24 @@ PDF results will be retrieved manually through the Quest user portal.
1212
The use of this module does require that Quest is contacted before enabling this module. Quest will
1313
contact our office to schedule the turn-up of this module.
1414

15-
#Installation
15+
# Installation
16+
1617
Using composer:
1718
Contact us for a access token.
1819
Open composer.json in your project and add the following
1920

20-
{
21-
"config": {
22-
"github-oauth": {
23-
"github.com": "YOUR_GITHUB_TOKEN"
21+
{
22+
"require": {
23+
"juggernautseinc/oe-quest-lab-hub": "dev-main"
24+
},
25+
"config": {
26+
"github-oauth": {
27+
"github.com": "YOUR_GITHUB_TOKEN"
28+
}
2429
}
2530
}
26-
}
31+
32+
2733

2834

2935

0 commit comments

Comments
 (0)