From 58216d522a707828882f7293e24c059a3ec2b76b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 7 Feb 2024 08:55:16 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 -- README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.pct-helpers b/.pct-helpers index e18bb6a..44c4d3a 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -179,8 +179,6 @@ normpath(){ # xread [-n] MSG VAR # # This saves all user input variables to the $XREAD_VARS array. -# -# XXX add support for keywords like SKIP and DISABLE xread(){ local non_empty= if [[ $1 == '-n' ]] ; then diff --git a/README.md b/README.md index 37f9ba8..cff7a39 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,22 @@ ssh facing lan to avoid a single point of failure with gate ## Setup +```shell +git clone https://github.com/flynx/proxmox-utils.git +``` +or: +```shell +git clone git@github.com:flynx/proxmox-utils.git +``` + + +For a clean host setup: +```shell +sudo make host +``` + + +Install CT's: ```shell sudo make all ```