aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-10-11 14:26:45 -0700
committerGitHub <[email protected]>2023-10-11 14:26:45 -0700
commit846271d02ab73f5c5a9d913092179a13da9a8635 (patch)
treed3fd3a9aecde1b948e682097698077d4175dfd80
parentfix(pkgbuild): update uri (diff)
downloadttf-monapo-master.tar.xz
ttf-monapo-master.zip
docs(readme): addHEADmaster
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3f47a5d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# `ttf-monapo`
+
+## Installation via [`makepkg`](https://wiki.archlinux.org/title/Makepkg)
+
+```shell
+git clone https://github.com/Fuwn/ttf-monapo \
+ && cd ttf-monapo \
+ && makepkg -si \
+ && cd .. \
+ && /sbin/rm -rf ttf-monapo
+```