aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli W. Hunter2019-03-11 20:17:05 -0400
committerEli W. Hunter2019-03-11 20:17:05 -0400
commit0585108d17d7e67c3d22a4c1b3f3d5a6f560a501 (patch)
treef047664501f9a4db59939015915e0aeb354d0d3e
parent604c799c3f206b5d82ce437f92e743b6ddb526e0 (diff)
downloadaur-0585108d17d7e67c3d22a4c1b3f3d5a6f560a501.tar.gz
Create README
-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
+```