From 8540745580adae5ab2a56db1e85ac6dfc5db5b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Rodr=C3=ADguez?= Date: Wed, 26 May 2021 11:34:27 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c771c67..abe6639 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Deploy a Wazuh cluster with a basic Elastic stack on Kubernetes . +## Branches + +* `master` branch contains the latest code, be aware of possible bugs on this branch. +* `stable` branch on correspond to the last Wazuh stable version. + + ## Documentation The [instructions.md](instructions.md) file describes how to deploy Wazuh on Kubernetes. @@ -72,12 +78,6 @@ The [instructions.md](instructions.md) file describes how to deploy Wazuh on Kub -## Branches - -* `master` branch contains the latest code, be aware of possible bugs on this branch. -* `stable` branch on correspond to the last Wazuh stable version. - - ## Local development To deploy a cluster on your local environment (like Minikube, Kind or Microk8s) read the instructions on [local-environment.md](local-environment.md).