File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,40 @@ cargo install --path .
5252
5353After 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
You can’t perform that action at this time.
0 commit comments