Skip to content

Commit

Permalink
Fix some typos and clarify statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Nov 19, 2018
1 parent ebf3e5f commit 7ae80d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/Administrator/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Administrator Manual
Installation
************

It is strictly recommended to install this extension by using the composer.
It is highly recommended to install this extension by using composer.

There are two options to install the required packages solarium and symphony/event-dispatcher in non-composer mode:
However, there are two options to install the required packages solarium/solarium and symfony/event-dispatcher in non-composer mode:

a. Run the command "composer update" within the directory of the extension.
All the required packages are downloaded automatically to the vendor subdirectory.
All required packages are downloaded automatically to the vendor subdirectory.

b. Download the required packages manually to vendor/solarium an vendor/symphony/event-dispatcher.
b. Download the required packages manually to vendor/solarium/solarium and vendor/symfony/event-dispatcher.
Please check the require sections (composer.json) of the extension, solarium and event-dispatcher
to download and install matching versions.

After the installation of the packages in non-composer mode you have to deactivate and (re-)activate the extension.
After the installation of the packages in non-composer mode you have to deactivate and (re-)activate the extension in the extension manager to trigger the TYPO3 autoloader to rebuild the classmap.

0 comments on commit 7ae80d1

Please sign in to comment.