diff options
author | merakor <cem@ckyln.com> | 2020-06-10 08:31:04 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-06-10 08:31:04 +0000 |
commit | b118aed69d7c7e4b820437b2c9248fd11b8064c1 (patch) | |
tree | 9305fe2dcc36ebc121245eb809570afc4a1c9054 | |
parent | cb7e1c515d1f7d73ca221fa041cf9d93113accd8 (diff) | |
download | cpt-b118aed69d7c7e4b820437b2c9248fd11b8064c1.tar.gz |
update docs
FossilOrigin-Name: 448a1c38c57613150e74b49035bc79570f11eac3b0ca2852b7420884a2f4e164
-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]. |