update README
This commit is contained in:
parent
8aeb90d5ac
commit
4d0af8a151
2 changed files with 6 additions and 2 deletions
|
@ -20,12 +20,14 @@ macOS 的 DPI 机制和 Windows 下不一样,比如 1080p 的屏幕在 Windows
|
||||||
|
|
||||||
## 使用方法
|
## 使用方法
|
||||||
|
|
||||||
在终端输入以下命令回车即可
|
1.远程模式: 在终端输入以下命令回车即可
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2.本地模式: 下载项目解压,把 `hidpi.sh` 拖进终端按回车运行
|
||||||
|
|
||||||
![运行](./img/run-zh.jpg)
|
![运行](./img/run-zh.jpg)
|
||||||
|
|
||||||
## 恢复
|
## 恢复
|
||||||
|
|
|
@ -18,12 +18,14 @@ System Preferences
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Run this script in Terminal
|
1.Remote Mode: Run this script in Terminal
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
bash -c "$(curl -fsSL https://raw.githubusercontent.com/xzhih/one-key-hidpi/master/hidpi.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
2.Local Mode: Download ZIP, decompressing it, drag the `hidpi.sh` file into the terminal and press Enter to run
|
||||||
|
|
||||||
![RUN](./img/run.jpg)
|
![RUN](./img/run.jpg)
|
||||||
|
|
||||||
## Recovery
|
## Recovery
|
||||||
|
|
Loading…
Reference in a new issue