From 4fd1d55c8ad7f6c92de054af8e3018aa92828c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Thu, 16 Jun 2016 18:18:08 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4926093..068cada 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,7 @@ Platform UI Content on the Fly feature ## Install -1. Install via composer: - ```sh - composer require "ezsystems/content-on-the-fly-prototype ^0.1.0" - ``` +1. Install via composer using `composer require "ezsystems/content-on-the-fly-prototype ^0.1.0"` 2. Enable bundle by adding `new EzSystems\EzContentOnTheFlyBundle\EzSystemsEzContentOnTheFlyBundle()` to `app/AppKernel.php`. 3. Clear cache and setup assets with `composer run-script post-update-cmd` *(if you use prod env make sure that is set with `export SYMFONY_ENV=prod` first)*.