From 846271d02ab73f5c5a9d913092179a13da9a8635 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Oct 2023 14:26:45 -0700 Subject: docs(readme): add --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +``` -- cgit v1.2.3