commit 3c30e5208e29cc4b66c4e8218ffff293c7813a9a
parent 9ddfa60bbc9b7b985798927f4334cbf0d19856cd
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 10 Jun 2020 11:31:04 +0300
update docs
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -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].