Fix missing newline in readme
This commit is contained in:
parent
ef82bbbeb1
commit
b2982e2bb7
1 changed files with 2 additions and 1 deletions
|
@ -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)"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue