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-30 10:39:53 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-10-30 10:39:53 +0300
commit2217ab1659485f9ec939745c3552bc5c59aa0f0c (patch)
tree7c6beaabba61e2e3cf47fa8a62cc7ae5ef41331f /README.md
parent4aa8046280697d81273a57dfbdaab621e57f51a1 (diff)
README.md: added 'cd lynis' as it's needed before you can execute ./lynis after git clone (#484)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e11d0a67..dd5f621b 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Typical users of the software:
git clone https://github.com/CISOfy/lynis
2. Execute:
-
+ 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`).