diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-09-15 22:35:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 22:35:54 -0400 |
commit | 5e5ddd18366f3a8414d68db8ae3fa11f9b2a1885 (patch) | |
tree | e1dbedf7cb55baf13393fd53a6323b7b131e0c1c /README.md | |
parent | change 'verb' variable from size_t to int (diff) | |
download | kirc-5e5ddd18366f3a8414d68db8ae3fa11f9b2a1885.tar.gz kirc-5e5ddd18366f3a8414d68db8ae3fa11f9b2a1885.tar.bz2 kirc-5e5ddd18366f3a8414d68db8ae3fa11f9b2a1885.tar.xz kirc-5e5ddd18366f3a8414d68db8ae3fa11f9b2a1885.tar.zst kirc-5e5ddd18366f3a8414d68db8ae3fa11f9b2a1885.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -6,7 +6,6 @@ <a href="https://repology.org/metapackage/kirc"><img src="https://repology.org/badge/tiny-repos/kirc.svg" alt="Packaging status"></a> </p> - ## Objectives _"Do one thing and do it well"_ — Emphasis was placed on building simple, short, clear, modular, and extensible code that can be easily maintained and repurposed (per the [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy)). @@ -15,8 +14,7 @@ _Portability_ — [POSIX](https://en.wikipedia.org/wiki/POSIX) compliance ensure _Usability_ — Commands and shortcuts should feel natural and accessible using a [standard 104-key US keyboard layout](https://en.wikipedia.org/wiki/Keyboard_layout). Where possible, the number of keystrokes shall be minimized. -Usage ------ +## Usage ```shell usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u username] [-k password] [-x init command] [-w columns] [-W columns] [-o path] [-h|v|V] @@ -36,8 +34,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] [-u us -h basic usage information ``` -Features --------- +## Features - No dependencies other than a [C99 compiler](https://gcc.gnu.org/). - Complies with [RFC 2812](https://tools.ietf.org/html/rfc2812) standard. @@ -58,13 +55,11 @@ Features - Color scheme definition via [ANSI 8-bit colors](https://en.wikipedia.org/wiki/ANSI_escape_code). Therefore, one could theoretically achieve uniform color definition across all shell applications and tools. -Screenshots ------------ +## Screenshots  -Installation ------------- +## Installation Building and installing on **KISS Linux** using the Community repository: |