aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3f47a5d1e83b1f59f7502eb71ce2c75c1ada44d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
```