fix indentation

This commit is contained in:
emilyd 2022-11-26 09:31:08 +02:00
parent e2db893ed3
commit c1be030f0a

View File

@ -20,8 +20,8 @@ EXIT;
```
* Tip: You can use /dev/urandom encoded with base64 to create long, strong passwords.
```sh
base64 /dev/urandom -w 512 | head -n 1
```
base64 /dev/urandom -w 512 | head -n 1
```
6. Use git to clone this repository to any directory in your webroot.
* Example paths:
```