1
0
mirror of https://github.com/tiyn/ii.git synced 2025-03-25 02:57:48 +01:00

readme updated

This commit is contained in:
tiyn 2023-08-22 15:10:24 +02:00
parent a3350919a7
commit 5ac9619d3f

16
README.md Normal file
View File

@ -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 compatibility)
## Installation
The most basic way is to clone the repository and then invoke make.
- `git clone https://github.com/tiyn/ii`
- `make clean install`