diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-11 12:55:28 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-11 12:55:28 +0000 |
commit | bb4f0a663833cf8ed57656286c3e9c66a790dd3f (patch) | |
tree | ab88b694c6980bcea74e829917366886bf87617d | |
parent | d82e2bfe2afcbe0b090bfb44cf3e22842558044b (diff) | |
download | cpt-bb4f0a663833cf8ed57656286c3e9c66a790dd3f.tar.gz |
docs: update
FossilOrigin-Name: a81a61df3e660e6658e779caf972d3a25280c324de7cd5e83c3e6ffae1235520
-rw-r--r-- | README.md | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -14,22 +14,7 @@ Tiny and straightforward package manager for KISS written in POSIX `sh`. ## `kiss` Guidestones -``` -* The package manager must not exceed 1000 lines of code. - This number excludes blank lines and comments which make - up around 50% of the program's current size. - -* The ends do not justify the means. A feature, fix or what - have you will not be implemented if it requires gross - hacks to accomplish. - -* The user is smart, the package manager is dumb. The package - manager is written under the assumption that the user has - some kind of functioning brain in their skull. - -* There are some things which can't be, shouldn't be and won't - be automated. Firstly, for my sanity and secondly, for yours. -``` +Read: https://getkiss.org/guidestones.txt ## Usage |