diff options
| author | Fuwn <[email protected]> | 2023-10-11 14:26:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-11 14:26:45 -0700 |
| commit | 846271d02ab73f5c5a9d913092179a13da9a8635 (patch) | |
| tree | d3fd3a9aecde1b948e682097698077d4175dfd80 | |
| parent | fix(pkgbuild): update uri (diff) | |
| download | ttf-monapo-846271d02ab73f5c5a9d913092179a13da9a8635.tar.xz ttf-monapo-846271d02ab73f5c5a9d913092179a13da9a8635.zip | |
| -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 +``` |