From 3df7218eb309f2434b572832b9fb67f222323734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Grundk=C3=B6tter?= Date: Wed, 15 May 2019 18:06:28 +0200 Subject: [PATCH] [DOC] added composer requirement --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef41126..a8681fc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A VERY simple PHP, Prometheus & Grafana setup to get started with business metrics +## Pre-Requisites + +You will need to install the composer packages, which are used by this example project. + ## Docker compose services Assuming you have installed `docker` and `docker-compose` on your machine, go to the root directory of this project and run @@ -42,4 +46,4 @@ to fire up the following service setup. ### Grafana -* The default configuration from the [grafana/grafana:latest](https://hub.docker.com/r/grafana/grafana) docker image is used. \ No newline at end of file +* The default configuration from the [grafana/grafana:latest](https://hub.docker.com/r/grafana/grafana) docker image is used.