From 48634f8ae5ebb7a04d394d54f0e1e16a5254473e Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 22 Feb 2016 13:12:50 +0100 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index ec36230..96a6be9 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -1,6 +1,6 @@ # Getting Started -Doing developing on Lynis is easy. Our tool is written in shell script. It uses the Bourne shell, usually /bin/sh on your system. Don't confuse it with BASH though, the Bourne Again SHell. By adhering to the Bourne shell the tool remains portable, running on Linux, *BSD, Mac OS X, and others. +Doing developing on Lynis is easy. Our tool is written in shell script. It uses the Bourne shell, usually /bin/sh on your system. Don't confuse it with BASH though (Bourne Again SHell). By adhering to the Bourne shell, the tool remains portable, and allows it to run on Linux, *BSD, Mac OS X, and others. # Structure