Updated Developer Guide (markdown)

Michael Boelen 2016-02-22 13:12:50 +01:00
parent 44778f2cf9
commit 48634f8ae5

@ -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