Skip to content

Commit 29c1dc1

Browse files
authored
Update installation instructions to use the SSH version of the repositories
1 parent c502fa3 commit 29c1dc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This is the preferred method. Please follow these steps:
2424
To check, try to access https://github.com/integer-net/solr-magento2/.
2525
2. Add the necessary private repositories by calling the following commands from the command line inside your Magento base directory:
2626
```
27-
composer config repositories.solr-magento2 vcs https://github.com/integer-net/solr-magento2/
28-
composer config repositories.solr-magento2-autosuggest vcs https://github.com/integer-net/solr-magento2-autosuggest/
29-
composer config repositories.solr-pro vcs https://github.com/integer-net/solr-pro/
27+
composer config repositories.solr-magento2 git git@github.com:integer-net/solr-magento2.git
28+
composer config repositories.solr-magento2-autosuggest git git@github.com:integer-net/solr-magento2-autosuggest.git
29+
composer config repositories.solr-pro git git@github.com:integer-net/solr-pro.git
3030
3131
```
3232
3. Download the repositories by calling:

0 commit comments

Comments
 (0)