Skip to content

Commit c1a421c

Browse files
authored
Merge pull request #150 from Flowpack/dfeyer-patch-1
TASK: Update installation documentation
2 parents aea39eb + 9ae353c commit c1a421c

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ main functionalities:
2727
## Installation
2828

2929
```
30-
// for development (Master; Tested on Neos 2.0)
31-
composer require 'typo3/typo3cr-search:@dev'
32-
composer require 'flowpack/elasticsearch-contentrepositoryadaptor:@dev'
33-
34-
composer require 'flowpack/searchplugin:@dev'
30+
composer require 'flowpack/elasticsearch-contentrepositoryadaptor'
31+
// Not required, but can be used to learn how to integration the flowpack/elasticsearch-contentrepositoryadaptor in your project
32+
composer require 'flowpack/searchplugin'
3533
```
3634

3735
Now, add the routes as described in the [README of Flowpack.SearchPlugin](https://github.com/skurfuerst/Flowpack.SearchPlugin)

0 commit comments

Comments
 (0)