aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-06-10 08:31:04 +0000
committermerakor <cem@ckyln.com>2020-06-10 08:31:04 +0000
commitb118aed69d7c7e4b820437b2c9248fd11b8064c1 (patch)
tree9305fe2dcc36ebc121245eb809570afc4a1c9054 /README.md
parentcb7e1c515d1f7d73ca221fa041cf9d93113accd8 (diff)
downloadcpt-b118aed69d7c7e4b820437b2c9248fd11b8064c1.tar.gz
update docs
FossilOrigin-Name: 448a1c38c57613150e74b49035bc79570f11eac3b0ca2852b7420884a2f4e164
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8852fbd..d63c5c0 100644
--- 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].