diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -7,7 +7,8 @@ For changes please refer to the `CHANGELOG.md` file. [KISS]: https://github.com/kisslinux/kiss -## Fork Notes +Fork Notes +---------- There are certain differences between KISS Linux `kiss` and Carbs Linux `kiss`. Most importantly, you need a C compiler @@ -16,7 +17,8 @@ of it. Rest of the important changes can be found in the CHANGELOG. This is _mostly_ a shell implementation rather than a pure one. -### Directory Structure +Directory Structure +------------------- / -- kiss, README, Makefile, LICENSE, CHANGELOG bin/ -- for C programs. @@ -24,7 +26,8 @@ This is _mostly_ a shell implementation rather than a pure one. doc/ -- for documentation. contrib/ -- for Shell scripts that wrap around kiss. -### Contributing +Contributing +------------ Please see the [style and contribution guidelines]. |