README.md: Fixed markdown formatting issue in my earlier contrib. (#485)

This commit is contained in:
Ismael Casimpan 2017-10-31 15:23:22 +08:00 committed by Michael Boelen
parent 2217ab1659
commit 8048b3d682
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ Typical users of the software:
git clone https://github.com/CISOfy/lynis git clone https://github.com/CISOfy/lynis
2. Execute: 2. Execute:
cd lynis
./lynis audit system cd lynis; ./lynis audit system
If you want to run the software as `root`, we suggest changing the ownership of the files. Use `chown -R 0:0` to recursively alter the owner and group and set it to user ID `0` (`root`). If you want to run the software as `root`, we suggest changing the ownership of the files. Use `chown -R 0:0` to recursively alter the owner and group and set it to user ID `0` (`root`).