diff --git a/README.md b/README.md index 3d8706e..ca99066 100644 --- a/README.md +++ b/README.md @@ -20,23 +20,12 @@ The module supports text extraction on the following file formats: * EPub (Solr) * Many others (Tika) -## Requirements - - * Silverstripe ^4.0 - * (optional) [XPDF](http://www.foolabs.com/xpdf/) (`pdftotext` utility) - * (optional) [Apache Solr with ExtracingRequestHandler](http://wiki.apache.org/solr/ExtractingRequestHandler) - * (optional) [Apache Tika](http://tika.apache.org/) - ## Installation -``` +```sh composer require silverstripe/textextraction ``` -The module depends on the [Guzzle HTTP Library](http://guzzlephp.org), -which is automatically checked out by composer. Alternatively, install Guzzle -through PEAR and ensure its in your `include_path`. - ## Documentation * [Configuration](docs/en/configuration.md) diff --git a/composer.json b/composer.json index d30a076..c5a11c9 100644 --- a/composer.json +++ b/composer.json @@ -42,4 +42,4 @@ "extra": [], "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file