From c31bb787fa1026845322692e18205aafd2ab653a Mon Sep 17 00:00:00 2001 From: William Date: Mon, 29 Jan 2024 14:26:12 +0200 Subject: [PATCH] Update docs Signed-off-by: William --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c28f14e..7a3f1d1 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,15 @@ An API-only standalone authentication server that streamlines the user authentic make buildserver ``` -## Run -If you docker engine installed run the following command : +## Docker +If you have docker engine installed run the following command : ``` docker compose -f docker-compose-dev.yml up ``` + +## Minikube Cluster +``` +minikube start cluster +kubectl apply -f kubernetes_local/ + +```