From 5e5ddd18366f3a8414d68db8ae3fa11f9b2a1885 Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Tue, 15 Sep 2020 22:35:54 -0400 Subject: Update README.md --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 63012c1..8dfdd7d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Packaging status

- ## 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 ![Screenshot 1](/.github/example.png) -Installation ------------- +## Installation Building and installing on **KISS Linux** using the Community repository: -- cgit v1.2.3