ico-sxiv

View the individual entries of an ICO file in sxiv ⏺️

Commit
f64ddef19f5fca02a8e31293ced2c882d89049ed
Parent
8f697de9c614b309c221628e74e5810666de0162
Author
Pablo <pablo-escobar@riseup.net>
Date

Converted the README to Markdown

Diffstat

2 files changed, 35 insertions, 38 deletions

Status File Name N° Changes Insertions Deletions
Deleted README.adoc 38 0 38
Added README.md 35 35 0
diff --git a/README.adoc b/README.adoc
@@ -1,38 +0,0 @@
-= ico-sxiv(1)
-
-== Synopsis
-
-View the individual entries of an ICO file in `sxiv`.
-
-== Requirements
-
-* https://www.gnu.org/software/coreutils/[`mktemp`]
-* https://github.com/muennich/sxiv[`sxiv`]
-* https://imagemagick.org/index.php[ImageMagick]
-
-== Usage
-
-`ico-sxiv FILE`
-
-== Installation
-
-The `ico-sxiv(1)` command and it's man page can be installed in Unix systems 
-by running:
-
-----
-$ curl -s https://gitlab.com/pablo-escobar/ico-view/-/raw/master/install.sh | sudo sh
-----
-
-The executable is installed in `$HOME/.local/bin/` and the man-page is 
-installed in `$HOME/.local/share/man/man1/`.
-
-== Authors
-
-`ico-sxiv` was written by Pablo 
-<pablo-escobar@riseup.net>.
-
-== Copying
-
-Copyright (C) 2020 Pablo.
-Free use of this software is granted under the terms of the GPL-3.0 License.
-
diff --git a/README.md b/README.md
@@ -0,0 +1,35 @@
+## Synopsis
+
+View the individual entries of an ICO file in `sxiv`.
+
+## Requirements
+
+* [mktemp](https://www.gnu.org/software/coreutils/))
+* [sxiv](https://github.com/muennich/sxiv)
+* [ImageMagick](https://imagemagick.org/index.php)
+
+## Usage
+
+`ico-sxiv FILE`
+
+## Installation
+
+The `ico-sxiv(1)` command and it's man page can be installed in Unix systems 
+by running:
+
+```
+$ curl -s https://gitlab.com/pablo-escobar/ico-view/-/raw/master/install.sh | sudo sh
+```
+
+The executable is installed in `$HOME/.local/bin/` and the man-page is 
+installed in `$HOME/.local/share/man/man1/`.
+
+## Authors
+
+`ico-sxiv` was written by Pablo <pablo-escobar@riseup.net>.
+
+## Copying
+
+Copyright (C) 2020 Pablo.
+Free use of this software is granted under the terms of the GPL-3.0 License.
+