Skip to content

Commit 9b3a4e8

Browse files
authored
Update README.md
1 parent 8e9a900 commit 9b3a4e8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,40 @@ cargo install --path .
5252

5353
After installation, you can run `kotofetch` from anywhere in your terminal.
5454

55+
## Requirements
56+
57+
You need to have a Japanese font installed on your machine.
58+
59+
One popular choice is the **Noto CJK Font**.
60+
61+
#### Install Noto CJK Font on Arch Linux
62+
```
63+
sudo pacman -S noto-fonts-cjk
64+
```
65+
66+
#### Install Noto CJK Font on Ubuntu / Debian
67+
```
68+
sudo apt update
69+
sudo apt install fonts-noto-cjk
70+
```
71+
72+
#### Install Noto CJK Font on Fedora
73+
```
74+
sudo dnf install google-noto-cjk-fonts
75+
```
76+
77+
#### Install Noto CJK Font on OpenSUSE
78+
```
79+
sudo zypper install noto-fonts-cjk
80+
```
81+
82+
#### Install Noto CJK Font on MacOS (with Homebrew)
83+
```
84+
brew tap homebrew/cask-fonts
85+
brew install --cask font-noto-sans-cjk
86+
```
87+
88+
5589
## Configuration
5690

5791
### Config File

0 commit comments

Comments
 (0)