Skip to content

Commit

Permalink
docs(README): 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
TukulHX committed Jan 28, 2021
1 parent d7f40ac commit 40e1602
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@

# 安装

```
npm install px-rem-translate -g
```

# 使用

px2rem <需要转换的文件路径,默认为当前文件夹内>
##### 查看当前版本

```
px2rem -v
```

##### 转换 css 文件

```
px2rem <需要转换的文件路径|默认为当前文件夹内>
```

0 comments on commit 40e1602

Please sign in to comment.