From a70030c74787b88de905fa966e55a51a965b9b19 Mon Sep 17 00:00:00 2001 From: rmanach Date: Fri, 4 Apr 2025 12:48:06 +0200 Subject: [PATCH] update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 595344c..704b9fa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A tool to deploy a dockerized application with Nginx as reverse proxy. This tool has been developed for **home server** to deploy Docker image on **Docker Swarm** behind **Nginx** on **Proxmox VE**. For production environment, use it **with caution**. -> **NOTE**: You must have **Docker** installed on your machine or the machine lauching the binary. +> **NOTE** You must have **Docker** installed on your machine or the machine lauching the binary. ## Why ? @@ -102,7 +102,7 @@ If you have a Docker registry with the target image available, you can thus leav ## Run -> **NOTE**: You need to have a **Go toolchain >= 1.22** installed in order to install/run the binary. +> **NOTE** You need to have a **Go toolchain >= 1.22** installed in order to install/run the binary. * Clone the repository ```bash @@ -128,3 +128,6 @@ hmdeploy --path /path/my-project ## Next steps * Improve the CLI arguments * We'll see... + +## Contact +For issues, questions or anything contact me at: admin@thegux.fr