Fix missing newline in readme

This commit is contained in:
TheGreatRambler 2022-07-25 00:16:05 -05:00 committed by GitHub
parent ef82bbbeb1
commit b2982e2bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ A script to facilitate easy installation of a Postfix + Gmail relay for custom e
3. Select `Other (Custom name)` and enter a distinctive identifier, like `Mailserver mail.domain.com` 3. Select `Other (Custom name)` and enter a distinctive identifier, like `Mailserver mail.domain.com`
![Select app](images/select_app.png) ![Select app](images/select_app.png)
4. Select generate and keep this app password for installation. You will not be able to see it again so make sure to record it somewhere 4. Select generate and keep this app password for installation. You will not be able to see it again so make sure to record it somewhere
![Generate app password](images/app_password.png) ![Generate app password](images/app_password.png)
# Installing # Installing
@ -54,4 +55,4 @@ Your new mailserver is most useful when paired with a email client supporting SM
Run the following command to uninstall Run the following command to uninstall
```shell ```shell
su - -c "bash <(curl -fsSL https://raw.githubusercontent.com/TheGreatRambler/SimpleMailserver/main/uninstall.sh)" su - -c "bash <(curl -fsSL https://raw.githubusercontent.com/TheGreatRambler/SimpleMailserver/main/uninstall.sh)"
``` ```