From 958b893420e2c44acfee1baa89e09467b8d7b0c1 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 4 Dec 2023 14:56:58 +0200 Subject: [PATCH] Reduce length Signed-off-by: William --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9d6f094..207b1b4 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,10 @@ An API-only standalone authentication server that streamlines the user authentic ## Build ``` make buildserver - ``` ## Run If you docker engine installed run the following command : ``` docker compose -f docker-compose-dev.yml up - ```