minor readability changes

This commit is contained in:
2025-11-28 13:22:25 +01:00
parent 93d9c5a221
commit ec23f2d307

View File

@@ -11,11 +11,25 @@ This is a **production-ready mail server installer**, not a lab exercise.
---
## 1. Install
## 1. Prepare the system
```
sudo apt update -y
```
## 2. Download the installer
```
git clone https://git.x-files.dk/mail/postfix-ubuntu.git
```
```
cd postfix-ubuntu
```
## 3. Run the installer
```
sudo ./postfixinstall -m <yes|no>
```