diff --git a/README.md b/README.md index f09eeef..5d2f29a 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,21 @@ A minimal Debian 12 server install with no extra services or packages installed. ## Install +If you already have git installed: ``` cd /usr/local/src/ git clone https://git.stack-source.com/msb/base-stack.git cd base-stack bash install.sh ``` +If you do not have git installed yet use wget & tar method instead (installer will add git to the OS for future use): +``` +cd /usr/local/src/ +wget https://git.stack-source.com/msb/base-stack/archive/master.tar.gz --output-document=base-stack-master.tar.gz +tar -xzf base-stack-master.tar.gz +cd base-stack +bash install.sh +``` ## MTA For an integrated and full featured mail server configuration it's recommended to install vmail-stack: