diff options
| -rw-r--r-- | README.md | 11 |
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 +``` |