aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..3e4851733493
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Typicons
+
+A PKGBUILD for [Typicons](https://www.s-ings.com/typicons/).
+
+This is an update of [Steel435](https://aur.archlinux.org/account/Steef435)'s abandoned PKGBUILD.
+
+## Installation
+
+This can be installed from the AUR using your favorite AUR wrapper or manually by cloning the
+repository and running the following commands.
+
+```sh
+makepkg
+pacman -U pkgname-pkgver.pkg.tar.xz
+```