diff --git a/README.md b/README.md index 3f5cea7..afd0dd5 100644 --- a/README.md +++ b/README.md @@ -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: ```