From 916834e7ec861268fa1cec1f5b3aab29f8cf9163 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 22 Aug 2023 15:08:11 +0200 Subject: [PATCH] readme updated --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..77a07a4 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# ii + +This is my patched version of ii. The base version is directly from suckless.org. + +## Patches + +The list below shows the currently applied patches to the master branch. + +- ii-2.0-ssl.diff (adds SSL support) + +## Installation + +The most basic way is to clone the repository and then invoke make. + +- `git clone https://github.com/tiyn/ii` +- `make clean install`