From abbe465666f0da63000fdc33923b7a6545534bff Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 21 Nov 2016 08:39:09 +0100
Subject: [PATCH] Documentation about preparation with optional performance
 components

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index b5c284e..992e215 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
 # Usage
 
+## Preparation
+
+- [Install composer](https://getcomposer.org): `sudo wget https://getcomposer.org/composer.phar --output-document=/usr/local/bin/composer && sudo chmod +x /usr/local/bin/composer`
+- Disable XDebug for CLI - optional: `sudo phpdismod -s cli xdebug`
+- [Install Prestissimo](https://github.com/hirak/prestissimo) - optional: `sudo composer global require "hirak/prestissimo:^0.3"`
+
 ## Create new project for local development
 
 ```
-- 
GitLab