Skip to content

Commit

Permalink
[TASK] Add instruction for installation (#394)
Browse files Browse the repository at this point in the history
Add instructions for installation to README.md
  • Loading branch information
rotespferd authored and NamelessCoder committed Oct 25, 2018
1 parent 61d807b commit b904c9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -31,3 +31,13 @@ When editing the page a Flux ConfigurationProvider takes care of processing the
it as fields available to the content editor much like TemplaVoila.

View the [online templating manual](https://fluidtypo3.org/documentation/templating-manual/introduction.html) for more information.

## Installation

### Installation using Composer

The recommended way to install the extension is by using [Composer](https://getcomposer.org/). In your Composer based TYPO3 project root, just do `composer require fluidtypo3/fluidpages`.

### Installation as extension from TYPO3 Extension Repository (TER)

Download and install as TYPO3 extension. Search for the term `fluidpages`.

0 comments on commit b904c9f

Please sign in to comment.