From 98a9e0b7b12acbb781c9b56ff22535a8c02b79f6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 8 Feb 2024 15:31:22 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cff7a39..0c69f6a 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ ssh facing lan to avoid a single point of failure with gate ## Setup +Get the code: ```shell git clone https://github.com/flynx/proxmox-utils.git ``` @@ -102,11 +103,13 @@ git clone git@github.com:flynx/proxmox-utils.git ``` -For a clean host setup: +For host setup: ```shell sudo make host ``` +Be carefull as this may overwrite existing configuration. + Install CT's: ```shell @@ -114,6 +117,12 @@ sudo make all ``` +Install gitea (optional): +```shell +sudo make dev +``` + + ## Post-setup XXX test conections