From 0a9c3ebd2cf943c416cc62928a5687c4e475d750 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Mon, 28 Feb 2022 09:02:44 +0100 Subject: [PATCH] doc: Update "Philosophy" section to reflect latest changes We do use a small amount of custom setup automation now. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0747db..2854711 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Other available stack variants: We aim at providing the simplest possible entry into the Elastic stack for anybody who feels like experimenting with this powerful combo of technologies. This project's default configuration is purposely minimal and unopinionated. It -does not rely on any external dependency or custom automation to get things up and running. +does not rely on any external dependency, and uses as little custom automation as necessary to get things up and +running. Instead, we believe in good documentation so that you can use this repository as a template, tweak it, and make it _your own_. [sherifabdlnaby/elastdocker][elastdocker] is one example among others of project that builds upon this idea.