Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmael Casimpan <ismael.angelo@casimpan.com>2017-10-31 10:23:22 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-10-31 10:23:22 +0300
commit8048b3d682bbb65489c5c6a8740007b61badc211 (patch)
tree22129c671607fb780b33f6abf563df8ac0b5f6ae /README.md
parent2217ab1659485f9ec939745c3552bc5c59aa0f0c (diff)
README.md: Fixed markdown formatting issue in my earlier contrib. (#485)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd5f621b..2c1cae99 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,8 @@ Typical users of the software:
git clone https://github.com/CISOfy/lynis
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`).