From 2217ab1659485f9ec939745c3552bc5c59aa0f0c Mon Sep 17 00:00:00 2001 From: Ismael Casimpan Date: Mon, 30 Oct 2017 15:39:53 +0800 Subject: [PATCH] README.md: added 'cd lynis' as it's needed before you can execute ./lynis after git clone (#484) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`).