add homebrew install command
This commit is contained in:
parent
97745be981
commit
4cec697142
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -41,6 +41,19 @@ The CN version contails the glyphs of simplified and traditional Chinese, and Ja
|
|||
|
||||
You can download all the font archives from [Releases](https://github.com/subframe7536/maple-font/releases).
|
||||
|
||||
### Homebrew (MacOS, Linux)
|
||||
|
||||
```sh
|
||||
# Maple Mono
|
||||
brew install --cask font-maple-mono
|
||||
# Maple Mono NF
|
||||
brew install --cask font-maple-mono-nf
|
||||
# Maple Mono CN
|
||||
brew install --cask font-maple-mono-cn
|
||||
# Maple Mono NF CN
|
||||
brew install --cask font-maple-mono-nf-cn
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue