Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunbertrs authored Mar 10, 2023
1 parent ba0ef1a commit 3b60e66
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@

## 使用方法

确保除了`Wine`之外,还安装了以下的包:
确保除了`Wine`之外,还安装了`curl`
并且电脑能正常连接到网络。

- tar
- curl
只需要运行这些指令,就可以马上处理字体问题。

并确保电脑能正常连接到网络。
```sh
cd ~/.wine/drive_c/windows/Fonts
curl -O https://github.com/sunbossrs/wineqq-font-set/raw/master/fontlib/msyh.ttf
curl -O https://github.com/sunbossrs/wineqq-font-set/raw/master/fontlib/simsun.ttc
```

只需要运行这行指令,就可以马上处理字体问题。
如果嫌麻烦,也可以只需要一行命令:

```sh
sh -c "$(curl -fsSL https://github.com/sunbossrs/cn-wineqq-conf/raw/master/zhfont.sh)"
sh -c "$(curl -fsSL https://github.com/sunbossrs/wineqq-font-set/raw/master/zhfont.sh)"
```

祝你玩得愉快;-)

0 comments on commit 3b60e66

Please sign in to comment.