Skip to content

Commit 5344c13

Browse files
authored
Update README.md
1 parent 2793b5e commit 5344c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ as a backend.
1010

1111
## What is this?
1212

13-
This repository allows you to quickly install Apache Solr for Drupal 9+ into a [Ddev](https://ddev.readthedocs.io) project using just `ddev get ddev/ddev-drupal9-solr`. It follows the [Setting up Solr (single core) - the classic way](https://git.drupalcode.org/project/search_api_solr/-/blob/4.x/README.md#setting-up-solr-single-core-the-classic-way) recipe.
13+
This repository allows you to quickly install Apache Solr for Drupal 9+ into a [Ddev](https://ddev.readthedocs.io) project using just `ddev add-on get ddev/ddev-drupal-solr`. It follows the [Setting up Solr (single core) - the classic way](https://git.drupalcode.org/project/search_api_solr/-/blob/4.x/README.md#setting-up-solr-single-core-the-classic-way) recipe.
1414

1515
## Installation on Drupal 9+
1616

17-
1. `ddev get ddev/ddev-drupal9-solr && ddev restart`
17+
1. `ddev add-on get ddev/ddev-drupal-solr && ddev restart`
1818
2. You may need to install the relevant Drupal requirements: `ddev composer require drush/drush drupal/search_api_solr`
1919
3. Enable the `search_api_solr` module either using the web interface or `ddev drush en -y search_api_solr`
2020
4. Create a Search API server at `admin/config/search/search-api` -> "Add server"

0 commit comments

Comments
 (0)